Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dalerasrorov/spotify-songs-ranker
https://github.com/dalerasrorov/spotify-songs-ranker
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dalerasrorov/spotify-songs-ranker
- Owner: DalerAsrorov
- License: apache-2.0
- Created: 2023-10-03T20:50:32.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-17T06:38:08.000Z (10 months ago)
- Last Synced: 2024-01-17T14:54:45.040Z (10 months ago)
- Language: TypeScript
- Size: 86.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# spotify-songs-ranker
## User Flow
* The user searches the app through the URL (https://spotify-songs-ranker.com/)
* The user sees a search box that the user can type in and press "Enter"
* The search suggests the potential search results at the dropdown menu
* The user selects the artist from the dropdown and presses "Enter"
* The user sees the artist logo and name
* The user also sees the top 100 songs (scrollable)
* The user can play the songs as well## Technical Nuances
* Use virtual list to optimize the rendering speed
* Use Spotify APIs to make calls while the user interacts with the app