File tree 1 file changed +13
-11
lines changed
1 file changed +13
-11
lines changed Original file line number Diff line number Diff line change 2
2
3
3
ExSpotify is a simple Elixir wrapper for the Spotify web API.
4
4
5
- ExSpotify is still in progress.
5
+ ExSpotify is still very much work in progress.
6
+
7
+ ## Installation
8
+
9
+ <!-- If [available in Hex](https://hex.pm/docs/publish), the package can be installed as: -->
10
+
11
+ Add exspotify to your list of dependencies in ` mix.exs ` :
12
+
13
+ def deps do
14
+ [{:exspotify, github: "linuus/exspotify"}]
15
+ end
16
+
17
+ ## WIP
6
18
7
19
### Done
8
20
- Albums
@@ -22,13 +34,3 @@ ExSpotify is still in progress.
22
34
- Browse
23
35
- Me
24
36
- Users
25
-
26
- ## Installation
27
-
28
- <!-- If [available in Hex](https://hex.pm/docs/publish), the package can be installed as: -->
29
-
30
- Add exspotify to your list of dependencies in ` mix.exs ` :
31
-
32
- def deps do
33
- [{:exspotify, github: "linuus/exspotify"}]
34
- end
You can’t perform that action at this time.
0 commit comments