Improved instructions

This commit is contained in:
novatorem
2020-08-23 11:32:27 -04:00
parent 94d00e1ca2
commit 98ba4a8489
3 changed files with 8 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
<tr>
<td width="50%">
&nbsp; <br> [![Spotify](https://novatorem.vercel.app/api/spotify-playing)](https://open.spotify.com/user/omnitenebris)
&nbsp; <br> [![Spotify](https://novatorem.vercel.app/api/spotify)](https://open.spotify.com/user/omnitenebris)
</td>
<td width="50%">

View File

@@ -47,4 +47,10 @@ curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -H "Authorizat
You can now use the following in your readme:
```[![Spotify](https://novatorem.vercel.app/api/spotify-playing)](https://open.spotify.com/user/USER_NAME)```
```[![Spotify](https://USER_NAME.vercel.app/api/spotify)](https://open.spotify.com/user/USER_NAME)```
## Customization
If you want a distinction between the widget showing your currently playing, and your recently playing, you can hide the EQ bar when you're not actively listening.
Remove the `#` in front of `contentBar` in [line 81](https://github.com/novatorem/novatorem/blob/94d00e1ca20239f76bf7d064f8831c2fd25086d3/api/spotify.py#L81) of current master, then the EQ bar will be hidden when you're in not currently playing anything.