https://github.com/delete/my-lyrics-finder
:musical_score: A simple page made in AngularJS using Vagalume's API to find songs' lyrics.
https://github.com/delete/my-lyrics-finder
angularjs es6 lyrics mean-stack music vagalume
Last synced: about 2 months ago
JSON representation
:musical_score: A simple page made in AngularJS using Vagalume's API to find songs' lyrics.
- Host: GitHub
- URL: https://github.com/delete/my-lyrics-finder
- Owner: delete
- License: mit
- Created: 2015-09-13T16:24:28.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2023-01-12T12:17:50.000Z (over 3 years ago)
- Last Synced: 2024-12-27T01:13:39.524Z (over 1 year ago)
- Topics: angularjs, es6, lyrics, mean-stack, music, vagalume
- Language: JavaScript
- Homepage: http://delete.github.io/my-lyrics-finder
- Size: 4.86 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My lyrics finder
A single page application powered by MEAN (es6) stack, to access the [Vagalume's API](http://api.vagalume.com.br/)
and provides a way to search yours loved songs' lyrics and save them as favorites.
=======
# Running
* Clone the project:
```
git clone https://github.com/delete/my-lyrics-finder.git
```
* Enter the root directory:
```
cd my-lyrics-finder
```
## Client side
### Developer
`npm install && npm start`
### Running in containers with Docker
* Building:
```
$ docker-compose build && docker-compose up
```
* Accessing:
```
http://YOU_LOCAL_IP/
```