Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-csfd-api

Package Overview
Dependencies
Maintainers
0
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-csfd-api - npm Package Compare versions

Comparing version 2.9.0 to 2.10.0

2

package.json
{
"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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc