Spotify.NET/SpotifyAPI.Docs/docs/index.md
2018-03-25 19:56:59 +02:00

1.6 KiB
Raw Blame History

SpotifyAPI-NET Documentation

##About

This Library, written in C#/.NET, combines two independent SpotifyAPIs into one.

Spotify's Web API (link)

Based on simple REST principles, our Web API endpoints return metadata in JSON format about artists, albums, and tracks directly from the Spotify catalogue. The API also provides access to user-related data such as playlists and music saved in a “Your Music” library, subject to users authorization.

Spotify's unofficial Local API

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. You can get infos about the currently playing song, get its Album-Art, skip/pause and much more. It also features multiple Event-Interfaces.

Both combined can be used for any kind of application.


##Installing

  • Via NuGet Package:
Install-Package SpotifyAPI-NET
//or
Install-Package SpotifyAPI-NET -pre
  • Download the latest binaries on the GitHub Release Page and add it to your Project
  • Clone the Repo and build the project on your local machine.

##Projects

###Spofy by @eltoncezar

A Spotify mini player and notifier for Windows

###Toastify by @aleab

Toastify adds global hotkeys and toast notifications to Spotify

Forked from nachmore/toastify