Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/no0dles/loading-artist-api


https://github.com/no0dles/loading-artist-api

Last synced: 25 days ago
JSON representation

Awesome Lists containing this project

README

        

# loading-artist-api

[![wercker status](https://app.wercker.com/status/a1939e33954145074717c054cbc13aed/m "wercker status")](https://app.wercker.com/project/bykey/a1939e33954145074717c054cbc13aed)

## 1. Install
```
npm install grunt-cli -g
npm install
```

## 2. Configure
Create file "config/default.json" with your configuration

```
{
"db": {
"connectionLimit": 20,
"host": "localhost",
"database": "loadingartist",
"user": "root",
"password": "toor"
},
"pageLimit": 50
}
```

## 3. Run
```
grunt
```