Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/energywraith/genius-music-app

App based on the Genius API, which allows you to search for songs based on lyrics or their names. You can also find albums and artists there.
https://github.com/energywraith/genius-music-app

expressjs nodejs reactjs styled-components

Last synced: about 2 hours ago
JSON representation

App based on the Genius API, which allows you to search for songs based on lyrics or their names. You can also find albums and artists there.

Awesome Lists containing this project

README

        

# Genius Music App
App based on genius api, which makes you able to search for songs, albums, artists.

### [Live version of the page](https://genius-music-app.herokuapp.com/)
First load may take a while, because the page goes idle when there is no traffic for a while.

## To run the app:
* `$ cd app`
* `$ npm install`
* `$ npm start`
* Go to http://localhost:3001

## Technologies used:
* React
* Styled Components
* Express
* Axios