djpowers / shared-listens

View recently played songs for your friends via Last.fm

Home Page:https://shared-listens.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shared Listens

A project built using React (via Create React App) and the Last.fm API. Also uses Express to make API calls without exposing credentials per this guide on using create-react-app with a server.

Allows you to enter a list of users from Last.fm, and then show you music that you both/all have listened to recently.

Installation

To run, copy .env.example to .env and add your Last.fm API key, install dependencies with npm install, and then npm start to run the Express server and React client.

Deployment

Build the React app using npm run build, and commit those changes to source control. Deploy to your server, or push to Heroku.

About

View recently played songs for your friends via Last.fm

https://shared-listens.herokuapp.com/


Languages

Language:JavaScript 86.0%Language:HTML 12.4%Language:CSS 1.5%Language:Shell 0.1%