mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2024-12-23 14:46:26 +00:00
🔉 A Client for the Spotify Web API, written in C#/.NET
ILMerge | ||
SpotifyAPI | ||
SpotifyLocalAPIExample | ||
SpotifyWebAPIExample | ||
.gitattributes | ||
.gitignore | ||
LICENSE | ||
Newtonsoft.Json.dll | ||
nircmd.dll | ||
README.md | ||
SpotifyAPI.sln |
SpotifyAPI-NET
An API for the Spotify-Client and Spotify's Web API, written in .NET
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)
- nircmd.dll (Used to Mute & UnMute Spotify)
Screenshot of the SpotifyLocal-Example:
Please look at the wiki for more information