node-csfd-api 2.1.0-next.1 → 2.1.0
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 +8 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
[](https://github.com/bartholomej/node-csfd-api/actions)
|
|
4
4
|
[](https://codecov.io/gh/bartholomej/node-csfd-api)
|
|
5
5
|
|
|
6
|
-
# CSFD API
|
|
6
|
+
# CSFD API 2022
|
|
7
7
|
|
|
8
8
|
> JavaScript NPM library for scraping **Czech Movie Database (csfd.cz)**
|
|
9
9
|
>
|
|
@@ -30,6 +30,7 @@ npm install node-csfd-api --save
|
|
|
30
30
|
- [Movies and TV Series](#Movie)
|
|
31
31
|
- [User Ratings](#User-Ratings)
|
|
32
32
|
- [Search](#Search)
|
|
33
|
+
- [Creators](#Creators)
|
|
33
34
|
|
|
34
35
|
### Movie
|
|
35
36
|
|
|
@@ -396,7 +397,7 @@ yarn start
|
|
|
396
397
|
|
|
397
398
|
### Run demo locally
|
|
398
399
|
|
|
399
|
-
You can find and modify it in [`./demo.ts`](https://
|
|
400
|
+
You can find and modify it in [`./demo.ts`](https://github.com/bartholomej/node-csfd-api/blob/master/demo.ts) file
|
|
400
401
|
|
|
401
402
|
```bash
|
|
402
403
|
yarn demo
|
|
@@ -423,9 +424,11 @@ I welcome you to customize this according to your needs ;)
|
|
|
423
424
|
|
|
424
425
|
Pull requests for any improvements would be great!
|
|
425
426
|
|
|
426
|
-
##
|
|
427
|
+
## ⭐️ Show your support
|
|
427
428
|
|
|
428
|
-
|
|
429
|
+
Give a ⭐️ if this project helped you!
|
|
430
|
+
|
|
431
|
+
Or if you are brave enough consider [making a donation](https://github.com/sponsors/bartholomej) for some 🍺 or 🍵 ;)
|
|
429
432
|
|
|
430
433
|
## Privacy Policy
|
|
431
434
|
|
|
@@ -437,7 +440,7 @@ That's why, with CSFD Api, what happens on your device stays on your device till
|
|
|
437
440
|
|
|
438
441
|
## License
|
|
439
442
|
|
|
440
|
-
Copyright ©
|
|
443
|
+
Copyright © 2022 [Lukas Bartak](http://bartweb.cz)
|
|
441
444
|
|
|
442
445
|
Proudly powered by nature 🗻, wind 💨, tea 🍵 and beer 🍺 ;)
|
|
443
446
|
|