Skip to content

Commit c8593bb

Browse files
author
Johnny Dellinger @PC
committed
Updated README
1 parent 214484a commit c8593bb

1 file changed

Lines changed: 16 additions & 9 deletions

File tree

README.md

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,29 @@ SpotifyAPI-NET [![Build status](https://ci.appveyor.com/api/projects/status/mxpj
22
===
33

44
An API for the Spotify-Client and Spotify's Web API, written in .NET
5-
Look at the example provided in the Repo
65

7-
Following 3 files will be needed for all features:
8-
+ SpotifyAPI.dll
9-
+ Newtonsoft.Json.dll (Will be merged into SpotifyAPI.dll in the official Releases using ILMerge)
10-
+ nircmd.dll (Used to Mute & UnMute Spotify)
6+
**Spotify's Web API** ([link](https://developer.spotify.com/web-api/))
7+
> Based on simple REST principles, our Web API endpoints return metadata in JSON format about artists, albums, and tracks directly from the Spotify catalogue.
8+
> The API also provides access to user-related data such as playlists and music saved in a “Your Music” library, subject to user’s authorization.
119
12-
Please look at the [wiki](https://github.com/JohnnyCrazy/SpotifyAPI-NET/wiki) for more information, it provides examples and a documentation.
10+
**Spotify's *unofficial* Local API**
11+
> Do you ever wanted to control your local Spotify Client with some sort of API? Now you can! This API gives you full control over your spotify client.
12+
> You can get infos about the currently playing song, get its Album-Art, skip/pause and much more. It also features multiple Event-Interfaces.
1313
14-
###Installation
14+
###Docs and Usage
15+
16+
More Information, Installation-Instructions, Examples and API-Reference can be found at [github.io/SpotifyAPI-Net/](http://johnnycrazy.github.io/SpotifyAPI-NET/)
17+
18+
###NuGet
1519
You can add the API to your project via [nuget-package](https://www.nuget.org/packages/SpotifyAPI-NET/):
1620
```
1721
Install-Package SpotifyAPI-NET
22+
//or
23+
Install-Package SpotifyAPI-Net -pre
1824
```
1925

2026
###Example
2127

22-
Screenshot of the SpotifyLocal-Example:
23-
![alt text](http://i.imgur.com/R9Xsma0.png "Example Screen")
28+
| SpotifyLocalAPI Example | SpotifyWebAPI Example |
29+
| :------------- | :------------- |
30+
| ![WebExample](http://i.imgur.com/Vo0lMk8.png) | ![LocalExample](http://i.imgur.com/E8Ba7Qm.png) |

0 commit comments

Comments
 (0)