Toply is a simple to use and free web application that lets you visualize your most listened songs in Spotify.
Snappy is being developed with a broad variety of technologies such as:
- NextJS - The React Framework for Production.
- Typescript - JavaScript with syntax for types.
- TailwindCSS - A beautiful css library
- Visualize your most listened songs on Spotify in a clean and modern way.
- Download the generated image and share it on your social media!.
git clone https://github.com/faustinozanetto/toply # Clone the repo in the folder of choice.
cd toply # Cd into the cloned repo.
yarn install # Install the deps with yarn or npm.
cp .env.example .env # Copy the example env to the .env
yarn start:dev # Start Toply!.