Flask app for Discogs API - Built so I could sort and filter artist discography by 'original release year', which is no longer possible on main site
- Download the repo
- Run 'flask-search.py' from command line
- Open browser to localhost:5000
See working demo: https://tsnavi.pythonanywhere.com/
- Change filename to flask_search.py as PythonAnywhere doesn't recognise "-"
- Might be impossible with Discogs API, but more accurate 'Roles'
- Links to www.discogs pages (not api.discogs)
- CSS styling
- include thumbnail images (present in API response already, shouldn't be too difficult)
- Add instructions for self-hosting on pythonanywhere