Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/energywraith/genius-music-app
- Owner: energywraith
- Created: 2021-07-05T16:46:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-30T10:15:01.000Z (about 1 year ago)
- Last Synced: 2023-09-30T11:35:49.242Z (about 1 year ago)
- Topics: expressjs, nodejs, reactjs, styled-components
- Language: JavaScript
- Homepage: https://genius-music-app.herokuapp.com/
- Size: 38.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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