docs: add screenshots to readme
This commit is contained in:
parent
72434475e5
commit
c7068ced13
3 changed files with 7 additions and 0 deletions
BIN
.github/images/2022-10-03_22-21.png
vendored
Normal file
BIN
.github/images/2022-10-03_22-21.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 61 KiB |
BIN
.github/images/piechart.png
vendored
Normal file
BIN
.github/images/piechart.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 251 KiB |
|
@ -2,6 +2,11 @@
|
||||||
|
|
||||||
See the split of artists in your Spotify playlists.
|
See the split of artists in your Spotify playlists.
|
||||||
|
|
||||||
|
## Screenshots
|
||||||
|
|
||||||
|
![owo BLACKPINK have 2 songs in the top 50](.github/images/2022-10-03_22-21.png)
|
||||||
|
![Pie chart of the Global Top 50 on Spotify](.github/images/piechart.png)
|
||||||
|
|
||||||
## Hosting
|
## Hosting
|
||||||
|
|
||||||
You need to set the following environment variables before running the server:
|
You need to set the following environment variables before running the server:
|
||||||
|
@ -17,3 +22,5 @@ The short answer is: Spotify.
|
||||||
In order to allow uninvited users to use the app, I would have to submit a quota extension request, which requires a bunch of information filling out and can take up to six weeks to process, and is really too much for a simple project I threw together in an evening.
|
In order to allow uninvited users to use the app, I would have to submit a quota extension request, which requires a bunch of information filling out and can take up to six weeks to process, and is really too much for a simple project I threw together in an evening.
|
||||||
|
|
||||||
I don't really understand why this process is needed, other than to scare off people from building stuff with their API. Most other services I've worked with (eg. GitHub, Discord) allow anyone to register OAuth apps that can be used by anyone with no restrictions (other than if you were breaking their TOS or something), so this really just feels like Spotify just don't want individuals to build cool things with their platform :/
|
I don't really understand why this process is needed, other than to scare off people from building stuff with their API. Most other services I've worked with (eg. GitHub, Discord) allow anyone to register OAuth apps that can be used by anyone with no restrictions (other than if you were breaking their TOS or something), so this really just feels like Spotify just don't want individuals to build cool things with their platform :/
|
||||||
|
|
||||||
|
https://tech.lgbt/@ash/109106425344096137
|
||||||
|
|
Loading…
Reference in a new issue