Skip to content

youtube-search-api docker is a repository for use easy use youtube-search-api.

Notifications You must be signed in to change notification settings

damonwonghv/youtube-search-api-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Youtube Search API Docker

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.

Installation (Node.js)

npm install
npm start

Installation (Docker)

docker pull youtube-search-api
docker run -p 3000:3000 --name youtube-search-api damonwong/youtube-search-api .

User Guide

  1. Default port 3000
  2. Swagger API document: http://localhost:3000/api-docs
  3. URL: /api/v1

Message

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.

Contributing

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.

License

MIT

About

youtube-search-api docker is a repository for use easy use youtube-search-api.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published