node-csfd-api
Advanced tools
Comparing version 2.9.0 to 2.10.0
{ | ||
"name": "node-csfd-api", | ||
"version": "2.9.0", | ||
"version": "2.10.0", | ||
"description": "ČSFD API in JavaScript. Amazing NPM library for scrapping csfd.cz :)", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
@@ -15,2 +15,3 @@ [![npm version](https://badge.fury.io/js/node-csfd-api.svg)](https://badge.fury.io/js/node-csfd-api) | ||
> - You can use in: | ||
> - Docker – [_How to do it?_](#-docker) | ||
> - Firebase function | ||
@@ -365,2 +366,39 @@ > - AWS λ (lambda function) | ||
## 📦 Docker | ||
You can use this library in Docker. | ||
We have [prepared a Docker image](https://hub.docker.com/r/bartholomej/node-csfd-api) for you. | ||
### Prebuilt image | ||
```bash | ||
docker pull bartholomej/node-csfd-api | ||
``` | ||
### Build & run your own image | ||
> Build image | ||
```bash | ||
docker build -t node-csfd-api . | ||
``` | ||
> Run image on port 3000 | ||
```bash | ||
docker run -p 3000:3000 node-csfd-api | ||
``` | ||
> Open http://localhost:3000 | ||
### API endpoints | ||
> Some examples | ||
- `/movies/535121` | ||
- `/search/quentin+tarantino` | ||
- `/creators/2120` | ||
- `/user-ratings/912-bart` | ||
## 🧑💻 Used by | ||
@@ -367,0 +405,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
66297
511