Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arekminajj/spotify-you
🎵 Spotify listening stats web application, built in Next.js
https://github.com/arekminajj/spotify-you
nextjs spotify vercel
Last synced: 3 months ago
JSON representation
🎵 Spotify listening stats web application, built in Next.js
- Host: GitHub
- URL: https://github.com/arekminajj/spotify-you
- Owner: arekminajj
- License: mit
- Created: 2020-10-15T17:37:38.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-16T09:12:30.000Z (over 3 years ago)
- Last Synced: 2024-05-23T01:33:07.903Z (6 months ago)
- Topics: nextjs, spotify, vercel
- Language: TypeScript
- Homepage: https://spotify-you.vercel.app/
- Size: 1.22 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- project-awesome - arekminajj/spotify-you - 🎵 Spotify listening stats web application, built in Next.js (TypeScript)
README
# spotify-you
Spotify listening stats web application, build in Next.js![](screenshots/screenshot.png)
## Contributing
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
```Add .env.local file
```
touch .env.local
```
and add
```
client_secret={your_spotify_api_client_secret}
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## License
Distributed under the MIT License. See `LICENSE` for more information.