Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ikurotime/make-your-playlist
A simple web using Sporify api that creates playlists based on a date
https://github.com/ikurotime/make-your-playlist
Last synced: 14 days ago
JSON representation
A simple web using Sporify api that creates playlists based on a date
- Host: GitHub
- URL: https://github.com/ikurotime/make-your-playlist
- Owner: ikurotime
- Created: 2021-04-26T12:14:07.000Z (over 3 years ago)
- Default Branch: Publish
- Last Pushed: 2021-05-06T07:00:28.000Z (over 3 years ago)
- Last Synced: 2024-11-15T05:58:47.341Z (about 2 months ago)
- Language: JavaScript
- Homepage: https://playlist.davidhuertas.dev
- Size: 900 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Changelog - First week of development
# 19-04-2021
- Idea, first prototype of design in adobe xd# 20-04-2021
- Building of the design
- Login works correctly and creates a cookie with the token of the session
- Data in the form is recieved in the server side# 21-04-2021
- Server makes a request in Spotify api with the data and returns an array of the selected song uris# 22-04-2021
- Refactoring of Api
- Uris are sent back to the client in the api response
- Navbar is now responsive# 23-04-2021
- Data can now be displayed on results page# 25-04-2021
- Results are displayed with resposive title, artist and image# 26-04-2021
- Results displayed on results page can be added to Spotify