Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jooti/spotilist
https://github.com/jooti/spotilist
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jooti/spotilist
- Owner: Jooti
- Created: 2018-05-05T10:51:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-06T11:46:53.000Z (over 6 years ago)
- Last Synced: 2024-11-02T13:42:11.130Z (2 months ago)
- Language: C#
- Size: 516 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SpotiList
SpotiList is a Playlist generator based on the recommendations api of Spotify.## Run application
SpotiList stores client id and client secret of the Spotify in the secrets.json [(more info)](https://docs.microsoft.com/en-us/aspnet/core/security/app-secrets?view=aspnetcore-2.1&tabs=visual-studio) file.
Here is the template of the secrets.json file:
```
{
"spotify": {
"client_id": "yourClientId_Should_be_here",
"client_secret": "yourClientSecret_Should_be_here"
}
}
```