https://github.com/osule/offline-tube
Offline youtube
https://github.com/osule/offline-tube
celery flask reactjs redis redux
Last synced: 4 months ago
JSON representation
Offline youtube
- Host: GitHub
- URL: https://github.com/osule/offline-tube
- Owner: osule
- Created: 2017-12-14T14:04:37.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T18:34:58.000Z (over 3 years ago)
- Last Synced: 2025-04-04T15:53:48.340Z (about 1 year ago)
- Topics: celery, flask, reactjs, redis, redux
- Language: JavaScript
- Homepage: https://offline-tube.herokuapp.com/
- Size: 1.29 MB
- Stars: 5
- Watchers: 0
- Forks: 4
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Offline Youtube
Download Youtube videos for offline viewing.
## Installation
Clone project repository.
git clone git@github.com:osule/offline-tube.git
Change into the project directory and run
cp env.template .env
Set the value for `REDIS_URL` if you're running Redis on a different host.
Docker is a prerequisite for building this project.
First, [download and install](https://docs.docker.com/install/) appropriate Docker software for your machine.
Then run the following command in your terminal.
docker-compose build
## Run
In your terminal, run
docker-compose up
Navigate to http://localhost:3000/ in your browser.
## Deployment
[TODO]