Youtube Search API docker is an API server for getting Youtube search results using youtube-search-api. You can run it on Docker container or directly node.js.
npm install
npm start
docker pull youtube-search-api
docker run -p 3000:3000 --name youtube-search-api damonwong/youtube-search-api .
- Default port
3000
- Swagger API document:
http://localhost:3000/api-docs
- URL:
/api/v1
If you want to work with me to fix bug or implement new idea. You are available to send me some new idea of this project.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.