Commit graph

27 commits

Author SHA1 Message Date
rick 1ff4d8a02a
feat(spotify): add connection to get token 2021-09-04 13:09:18 +02:00
rick dd9b054b33
feat(spotify): get all json before parsing
close #2
2021-09-01 23:44:09 +02:00
rick 5e7e5051be
!feat(categories): add 3 categories for artists
- albums: album found
- artists: found the artist, not the album
- notfound: not found on bandcamp (or limited by api)

API on refresh changes.
Use a extern script instead of write it in html page.
2021-09-01 16:00:07 +02:00
rick ad1556dbc0
fix: forget array in Spotify struct 2021-09-01 12:32:29 +02:00
rick d1def640ca
refactor: create struct Item 2021-09-01 12:24:04 +02:00
rick ea2eed9bf8
refactor(struct): change file for structs in server.go 2021-09-01 12:13:40 +02:00
rick 1d748b0fec
update(footer): add gpl logo and informations 2021-09-01 01:33:49 +02:00
rick 869f068057
update(front): css for results table 2021-09-01 00:48:14 +02:00
rick a0f5500220
feat(front): links to spotify/bandcamp + infos
Infos as artist and album are now provide and show in a table.
2021-09-01 00:34:07 +02:00
rick 014fb66867
refactor: change name tmp for feudecamp 2021-08-31 19:26:03 +02:00
rick 620c6c6aae
update(front): links to loader code, add css 2021-08-31 18:58:29 +02:00
rick e16b1c1fa8
update(form): required field 2021-08-31 18:42:21 +02:00
rick 1e292688c6
update(front): show how many tracks have been done 2021-08-31 18:39:56 +02:00
rick 7ee7676d6d
update: prevent user refresh 2021-08-31 14:44:12 +02:00
rick 4e7a541795
feat(front): auto refresh the page with new links 2021-08-29 21:12:17 +02:00
rick e3ea068163
refactor: use /test to test + some lines < 80c now
Somes lines under 80 columns now
2021-08-29 15:53:56 +02:00
rick 09ec28a1e5
update(bandcamp api): dont need key 2021-08-29 13:30:20 +02:00
rick 22c11b6276
update: use go, not perl 2021-08-29 13:27:35 +02:00
rick 036648bc66
feat(bandcamp): find album on bandcamp
still in test with a local file to avoid ban from Spotify.
2021-08-29 13:16:05 +02:00
rick 757d55e125
update(spotify/json): check if json is ok with status and not json structure 2021-08-28 23:46:45 +02:00
rick 89e4644430
feat(spotify/json): add struct error json 2021-08-28 21:53:12 +02:00
rick 05b5da5169
update(spotify): use struct for response (json)
outout je te suce
2021-08-28 21:05:38 +02:00
rick de43e8981b
feat(spotify): get playlist json with it id 2021-08-28 19:20:52 +02:00
rick 5b80cddf1d
feat(token): config file for token 2021-08-28 18:57:57 +02:00
rick a234c34043
update: add gitignore 2021-08-28 16:09:47 +02:00
rick e1caaac8a3
feat: index and go server 2021-08-28 16:08:54 +02:00
rick 67acc332bc
basic files 2021-08-28 16:08:15 +02:00