Skip to content

Latest commit

 

History

108 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Musickr

Musickr is a Web App that lets you listen to and watch the creations of authors from a specific location! It uses SoundCloud and Flickr databases.

The application is based on ASP.NET Core (C#) and ReactJS (TypeScript).

You can try here: https://musickr.equipemelies.com/

Start the app

Firstly, you need to install .NET 7 and NodeJS v18.

.NET 7 works on any OS (MacOS, Linux or Windows), and works natively with Apple Silicon.

You'll also need API keys for Flickr and Soundcloud.

Soundcloud API key Go to https://www.soundcloud.com and via your browser's development tools, look in the network tab. Then look for the "ClientId" parameter in the API calls!
Flickr API key You can get an API key directly from here https://www.flickr.com/services/api/misc.api_keys.html

After that, navigate to Musickr.App and add your API keys

  dotnet user-secrets set "SoundcloudClientId" "[YOUR SOUNDCLOUD CLIENT ID HERE]"
  dotnet user-secrets set "FlickrApiKey" "[YOUR FLICKR API KEY HERE]" 

Then, go to Musickr.App/ClientApp and do a npm install.

Finally, go to Musickr.App and launch the application with dotnet watch run debug !

Libraries used

Authors and license

Created by T.Ferreira and Marobax under MIT License.

About

Web App that lets you listen to and watch the creations of authors from a specific location!

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages