An open API service indexing awesome lists of open source software.

https://github.com/ericrabil/ytdl-no-bs

Pass the URL of the post you want to download, have it piped straight to your browser.
https://github.com/ericrabil/ytdl-no-bs

Last synced: about 1 month ago
JSON representation

Pass the URL of the post you want to download, have it piped straight to your browser.

Awesome Lists containing this project

README

          

# ytdl-no-bs
Pass the URL of the post you want to download, have it piped straight to your browser.

## Quickly
```
docker-compose up
```

Runs on port `6208`

## Slowly
```bash
# Deps
yarn
# Build
yarn build
# Start
yarn start
```

Enjoy!