Skip to content

93Omar/Genius.NET

 
 

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 prajjwaldimri@outlook.com

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);

About

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

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%