Closed eutampieri closed 2 years ago
is it made on Flask? and can please tell me how to run this project locally?
No, it isn't. If you look at the code I iterate over a set of files. The repo is all you need to run the project; I've added sample files that you have to rename to .json
so, I just have to rename example.json.sample
to example.json
I was thinking that I have to change some code in make_index.py to sort the songs. but sure, will do it,
No, I've provided you some sample files so you can actually work (and test) on something. Beware because the provided examples already produce a sorted output, but that's not true for every case. Perhaps sorting on the resulting Python list (by song title) before saving it to JSON is enough
okay, cool. assign it to me
index.json
is generated inmake_index.py