Skip to content

Latest commit

 

History

History
51 lines (40 loc) · 890 Bytes

README.md

File metadata and controls

51 lines (40 loc) · 890 Bytes

Particulars:

Flask app that finds the recently tweeted Soundcloud songs, Spotify artists and playlists

Install with pip:

pip install -r requirements.txt

File structure:

.gitignore
Dockerfile
ignrtis.py
lab.py
main.py
nginx.conf
Procfile
requirements.txt
sample1.txt
soundcloud.py
spotify_artist.py
spotify_playlist.py
start.sh
tree.txt
uwsgi.ini

No subfolders exist

for production mode run

start.sh

for debug mode run

python main.py

Docker image availbale on Docker Hub

running on Heroku

endpoints:

  • "/soundcloud/recent"
  • "/soundcloud/popular"
  • "/spotify/artists/recent"
  • "/spotify/artists/popular"
  • "/spotify/playlists/recent"
  • "/spotify/playlists/popular"