blob: b0110ba2c8079d736c9b3926ffb0d23091877f57 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
---
scripts:
- /scripts/spotify.js
---
<h1>Spotify</h1>
<b>
This is a work in progress once I figure out Spotify's tedious
authentication flow.
</b>
<div id="music-player">
<span id="song-title"></span>
<span id="song-artist"></span>
<span id="song-album"></span>
<br>
<span id="connection-status"></span>
</div>
<br>
<em>
This page shows what I'm currently listening to on Spotify.
It requires JavaScript to work.
</em>
|