Genius.NET Save

.NET library to access Genius API @ (https://www.genius.com)

Project README

Genius.NET

.NET library to access Genius API @ (https://www.genius.com)

NuGet GitHub issues license Contact

Genius.NET is C# library to access the Genius REST API. It is a .NETCore and Portable Class Library that can be used for development on Windows, Windows RT, Windows Phone, Mono, Xamarin Android and Xamarin iOS.

This project adheres to the Contributor Covenant code of conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to [email protected]

Installation

To install Genius.NET, run the following command in Nuget's Package Manager Console

Install-Package Genius.NET

Usage

Please refer to the Example Project for tutorial on how to use the library.

To retrieve a Song:

var client = new GeniusClient("API_KEY");
var song = await client.SongClient.GetSong(378195);
Open Source Agenda is not affiliated with "Genius.NET" Project. README Source: prajjwaldimri/Genius.NET
Stars
33
Open Issues
4
Last Commit
3 years ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating