Commit Graph

7 Commits

Author SHA1 Message Date
98b14b9000 Add top genre to Track object
- merge from chris/audio_features branch
- fixed crashing when new artist doesn't have genre
- get genre/artist data using user secret
- removed punctuation from user secret
2018-06-11 18:51:28 -04:00
Chris Shyi
3e35e52f45 Retrieve audio feature data from frontend
Added user_secret field to User. Set up a basic JavaScript function for
querying audio feature data from the frontend.
2018-06-09 21:30:26 -04:00
549af96db7 Setup Artist table
Removed printing of library_stats.
2018-06-04 21:52:30 -04:00
c831e5b9a8 Initial design for database
Before considering Django models.
2018-05-23 23:36:38 -04:00
6e1671b0f2 Fixed improper retrieval of value from API JSON 2018-05-20 17:52:41 -04:00
0ca846805c Wrote parse_library and get_track_info (#1)
Initialized library_stats with top-level keys and default values.
2018-05-19 21:19:35 -04:00
Chris
1f63c2d2e7 Initial commit
Sets up basic Django app directory structure.
2018-05-09 21:51:26 -04:00