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

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.

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/
```