Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/no0dles/loading-artist-api
https://github.com/no0dles/loading-artist-api
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/no0dles/loading-artist-api
- Owner: no0dles
- Created: 2015-09-26T17:28:01.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-12T19:53:05.000Z (about 9 years ago)
- Last Synced: 2024-04-28T04:42:25.650Z (9 months ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```