Spotify.NET/README.md

24 lines
917 B
Markdown
Raw Normal View History

2015-07-07 18:38:54 +01:00
SpotifyAPI-NET [![Build status](https://ci.appveyor.com/api/projects/status/mxpjhw3uli4q0yx1?svg=true)](https://ci.appveyor.com/project/JohnnyCrazy/spotifyapi-net)
===
2014-01-28 20:01:07 +00:00
2014-07-20 21:45:22 +01:00
An API for the Spotify-Client and Spotify's Web API, written in .NET
2014-02-13 17:26:24 +00:00
Look at the example provided in the Repo
Following 3 files will be needed for all features:
+ SpotifyAPI.dll
+ Newtonsoft.Json.dll (Will be merged into SpotifyAPI.dll in the official Releases using ILMerge)
2014-02-13 17:56:35 +00:00
+ nircmd.dll (Used to Mute & UnMute Spotify)
2014-07-20 21:45:22 +01:00
2014-12-05 14:18:32 +00:00
Please look at the [wiki](https://github.com/JohnnyCrazy/SpotifyAPI-NET/wiki) for more information, it provides examples and a documentation.
###Installation
You can add the API to your project via [nuget-package](https://www.nuget.org/packages/SpotifyAPI-NET/):
```
Install-Package SpotifyAPI-NET
```
2014-07-20 21:45:22 +01:00
2014-12-05 14:18:32 +00:00
###Example
2014-07-20 21:45:22 +01:00
2014-12-05 14:18:32 +00:00
Screenshot of the SpotifyLocal-Example:
![alt text](http://i.imgur.com/R9Xsma0.png "Example Screen")