Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alanmcgovern/tunez
- Owner: alanmcgovern
- Created: 2016-02-01T10:11:34.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-02-17T17:14:51.000Z (over 6 years ago)
- Last Synced: 2024-05-21T04:04:40.380Z (6 months ago)
- Language: C#
- Size: 164 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.