https://github.com/algram/ytbd
https://github.com/algram/ytbd
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/algram/ytbd
- Owner: Algram
- Created: 2016-03-30T08:03:55.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-03-14T21:31:07.000Z (over 9 years ago)
- Last Synced: 2025-10-20T02:40:24.864Z (9 months ago)
- Language: HTML
- Size: 2.26 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ytbd (Youtube Boildown)
Track your favourite channels with ytbd.
It will only show relevant music videos for that channel and automatically update itself in a set timeframe.
## Requirements
- MongoDB
- NodeJs
## Usage
Edit `database.js` in the config folder to match the address of your MongoDB, after that type
```bash
npm install && npm start
```