File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change 12
12
> - Tested (~ 100% Code coverage)
13
13
> - ✅ Ready for new ČSFD 2025!
14
14
> - You can use in:
15
+ > - Docker – [ _ How to do it?_ ] ( #-docker )
15
16
> - Firebase function
16
17
> - AWS λ (lambda function)
17
18
> - CloudFlare Worker
@@ -361,6 +362,43 @@ csfd
361
362
362
363
_ Note: You can not use both parameters ` includesOnly ` and ` excludes ` . Parameter ` includesOnly ` has a priority._
363
364
365
+ ## 📦 Docker
366
+
367
+ You can use this library in Docker.
368
+
369
+ We have [ prepared a Docker image] ( https://hub.docker.com/r/bartholomej/node-csfd-api ) for you.
370
+
371
+ ### Prebuilt image
372
+
373
+ ``` bash
374
+ docker pull bartholomej/node-csfd-api
375
+ ```
376
+
377
+ ### Build & run your own image
378
+
379
+ > Build image
380
+
381
+ ``` bash
382
+ docker build -t node-csfd-api .
383
+ ```
384
+
385
+ > Run image on port 3000
386
+
387
+ ``` bash
388
+ docker run -p 3000:3000 node-csfd-api
389
+ ```
390
+
391
+ > Open http://localhost:3000
392
+
393
+ ### API endpoints
394
+
395
+ > Some examples
396
+
397
+ - ` /movies/535121 `
398
+ - ` /search/quentin+tarantino `
399
+ - ` /creators/2120 `
400
+ - ` /user-ratings/912-bart `
401
+
364
402
## 🧑💻 Used by
365
403
366
404
### Web extensions
You can’t perform that action at this time.
0 commit comments