flixhq-api 1.0.0 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
A specialized Node.js library that provides an API for obtaining movie and TV show information, including metadata, seasons, episodes, and streaming sources from FlixHQ.
|
|
4
4
|
|
|
5
|
-
[](https://www.npmjs.com/package/flixhq-api)
|
|
6
|
+

|
|
7
7
|
|
|
8
8
|
## Features
|
|
9
9
|
|
|
@@ -17,7 +17,7 @@ A specialized Node.js library that provides an API for obtaining movie and TV sh
|
|
|
17
17
|
## Installation
|
|
18
18
|
|
|
19
19
|
```bash
|
|
20
|
-
npm i
|
|
20
|
+
npm i flixhq-api
|
|
21
21
|
|
|
22
22
|
```
|
|
23
23
|
|
package/package.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "flixhq-api",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "A robust Node.js API for scraping movies, TV shows, and streaming sources from FlixHQ.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
8
8
|
},
|
|
9
9
|
"repository": {
|
|
10
|
-
|
|
11
|
-
|
|
10
|
+
"type": "git",
|
|
11
|
+
"url": "git+https://github.com/staticsenju/flixhq-api.git"
|
|
12
12
|
},
|
|
13
13
|
"homepage": "https://github.com/staticsenju/flixhq-api#readme",
|
|
14
14
|
"bugs": {
|
|
15
|
-
|
|
15
|
+
"url": "https://github.com/staticsenju/flixhq-api/issues"
|
|
16
16
|
},
|
|
17
17
|
"keywords": [
|
|
18
18
|
"flixhq",
|