Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alanmcgovern/tunez

A client/server application for streaming music you own to Desktop or Mobile
https://github.com/alanmcgovern/tunez

Last synced: about 1 month ago
JSON representation

A client/server application for streaming music you own to Desktop or Mobile

Awesome Lists containing this project

README

        

# README #

### How do I get set up? ###

Create a file called `lastfm.cs` beside your checkout, or any any parent directory above it:
```
namespace Tunez
{
public static class LastFMAppCredentials
{
public const string ApplicationName = "APPNAME";
public const string APIKey = "APIKEY";
public const string SharedSecret = "SECRET";
public const string RegisteredTo = "NAME";
}
}

```
If you register a last.fm api key this will be where you need to place the details.