https://github.com/snyderks/spotkov-web
A web server wrapper of Spotkov
https://github.com/snyderks/spotkov-web
last-fm playlist playlist-generator spotify-api vuejs
Last synced: 4 months ago
JSON representation
A web server wrapper of Spotkov
- Host: GitHub
- URL: https://github.com/snyderks/spotkov-web
- Owner: snyderks
- License: other
- Created: 2016-10-29T13:59:11.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-06-20T20:07:12.000Z (over 6 years ago)
- Last Synced: 2024-06-20T15:56:17.436Z (over 1 year ago)
- Topics: last-fm, playlist, playlist-generator, spotify-api, vuejs
- Language: Go
- Homepage: https://spotkov.kristiansnyder.com
- Size: 1.95 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Spotkov - Web Server
View at [https://spotkov.kristiansnyder.com](https://spotkov.kristiansnyder.com).
A web wrapper of [Spotkov](https://github.com/snyderks/spotkov).
For everyone who doesn't want to go and get her own API keys for Spotify and Last.FM but still wants generated playlists.Spotkov takes your play history in Last.FM and creates a playlist starting with a song you like and hopefully following it up with others you like too!
Please send feedback to [here](mailto:snyderkristian@gmail.com)# Roadmap
## 2.0 - MVP Features
Completed!
## 1.1 - Heroku
Completed!
## 1.0 - completed
- [x] Create basic templates for pages
- [x] Splash/login
- [x] Metadata entry (playlist title, length, initial song)
- [x] Landing after generation
- [x] Vue components for each page
- [x] Splash/login
- [x] Metadata entry
- [x] Landing after generation- [x] Routes for server
- [x] Login to Spotify
- [x] Last.FM list retrieval
- [x] Playlist generation
- [x] Saving Playlist