real time listening status based on Spotify
mySpotty is the android app that makes the usage of the API easier
A simpler api that makes it easy to know what the current or last song is.
GET /api
Get the currently (or last) played song
GET /api/last
Get the last played song
To see a better usage of this API go to reloia.github.io
Like the one you can see at the top of the page!
That shows your currently played song.
To generate the image, you need to put the url to the widget's endpoint.
The widget is generated using JavaScript Canvas (Node.js)
backgroundColor
- the background color of the widgetbarColor
- the color of the bar that separates the image from the textbarBackgroundColor
- the color of the bar's backgroundborderRadius
- the border radius of the widgetThe widget's endpoint is /widgets/listening
An API widget that allows to store your favorite songs with date and other info.
It can be used to show the song of the day on your website, and it saves them in a file
GET /sotd/
Get the song of the day
POST /sotd/clear
Clear the song list
POST /sotd/
Post a new song of the day
POST /sotd/url
Post a new song of the day with an url
POST /sotd/remove
Remove a song of the day at a certain index
POST /sotd/remove/url
Remove a song of the day with a certain url
POST /sotd/remove/date
Remove a song of the day with a certain date
A canvas that works using pixel stored as single objects of an array.
GET /paintcanvas/status
Get the paint canvas' current status
POST /paintcanvas
Update a pixel on the canvas