7 ms·
This is really nice, I like the graphs and the layout overall. How do you manage adding new books, JS?
by FR10 4y ago
This is really nice, I like the graphs and the layout overall. How do you manage adding new books, JS?
- ananthakumaran 4y agoAll the information comes from the Goodreads CSV export. After I complete any book, I export the CSV file and run make task[1] 1: https://github.com/ananthakumaran/ananthakumaran.github.com/blob/master/Makefile#L3 https://github.com/ananthakumaran/ananthakumaran.github.com/...