Skip to content

achigo16/YTHelper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YTHelper

Helper to get information about videos from youtube build by Express JS & ytdl-core.

Getting Started

  1. Clone this repository
git clone https://github.com/mooradal/youtubeDownloader
  1. Install all the packages and dependencies
yarn install
  1. Run it
node index.js

or use nodemon

npm run dev

or

nodemon index.js

Usage

You can deploy on your server or you can access from https://yt-helper.vercel.app/api/.

https://yt-helper.vercel.app/api/get?url=http://www.youtube.com/watch?v=aqz-KE-bpKQ

Support all API from ytdl-core.

How to contributing

For starter, if you contribute on this project, please create a new branch on git for seperate workspace from the others contributor. And classified that you working on based on this list:

  • feature/{name or module} => For working on some new feature.
  • fixing/{name or module} => For working on fixing some bug.
  • enhancement/{feature name or module} => For working on if your feature got some improvement.

Pull Requests

At some point, after your progress was pushed to git and want to merge into current release (master branch), you can create a Pull Requests and choose Squash and merge to create one commit from your progress into master branch.

License

MIT

About

Helper to get information about videos from youtube

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published