Go to file
James Ravenscroft cdda8b2119 implement auth properly and add scrobble template 2022-02-05 19:59:41 +00:00
config got auth flow working with indieauth 2022-02-05 16:24:07 +00:00
controllers implement auth properly and add scrobble template 2022-02-05 19:59:41 +00:00
middlewares implement auth properly and add scrobble template 2022-02-05 19:59:41 +00:00
scrobble implement auth properly and add scrobble template 2022-02-05 19:59:41 +00:00
server implement auth properly and add scrobble template 2022-02-05 19:59:41 +00:00
static/css update repo with various boilerplate bits 2022-02-05 14:55:57 +00:00
templates implement auth properly and add scrobble template 2022-02-05 19:59:41 +00:00
README.md update repo with various boilerplate bits 2022-02-05 14:55:57 +00:00
go.mod got auth flow working with indieauth 2022-02-05 16:24:07 +00:00
go.sum got auth flow working with indieauth 2022-02-05 16:24:07 +00:00
main.go update repo with various boilerplate bits 2022-02-05 14:55:57 +00:00

README.md

IndieScrobble

Development

Nicest way to run IndieScrobble for development is via codegangsta/gin which will restart the application when you change the source code.