Skip to content

tonype/LastSharp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.NET C# Client for the Last.fm API

Example usage:

    LastfmApi _lastfm = new LastfmApi("b25b959554ed76058ac220b7b2e0a026");
	
	var artist = _lastfm.artistGetInfo("Blur");

	Console.WriteLine(artist.bio);

About

Open Source Last.fm Library written in C#

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published