You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Brett Spaulding
3c11270d4e
|
4 weeks ago | |
---|---|---|
nginx | 2 months ago | |
php | 4 weeks ago | |
python | 2 months ago | |
.gitignore | 2 months ago | |
LICENSE | 1 year ago | |
README.md | 2 months ago | |
docker-compose.yml | 4 weeks ago |
README.md
getDiscography
[For Educational Purposes Only!]
Music Artist Discography Download Utility
This full-stack application will allow users to enter an artist, verify the target and queue up the albums to download.
Written in Laravel (Application) and Python (Task Runner).
To start:
docker compose up -d
To stop:
docker compose down