Ascoldata is a website that grants users access to information and statistics about their Spotify's listening history.
It also features relevant information about songs, albums, artists and playlists and even allows for requesting song recommendations,
based on various attributes, using the Spotify API.
On an artist's page there is a link to it's Wikipedia page, if found, using the Wikipedia API.
On a song page there is a link to the Genius lyrics page, if found, using the Genius API.
Ascoldata is in no way affiliated with neither Spotify, Wikipedia nor Genius.
This project is built with React and bootstrapped with Create React App.
For making calls to the Spotify API it uses the spotify-web-api-js package, and
for the Wikipedia API the wikijs package.
For dealing with the Spotify's OAuth authentication cycle and token refreshing it uses Firebase Functions,
however the code is contained in another repository for security reasons.
The website is currently being hosted on Netlify.
To report bugs or request features for the website you can open an issue on this repository.
Alternatively you can send an email to [email protected].