https://github.com/frenchbread/apinf-dashboard-example
Example dashboard layout for apinf.
https://github.com/frenchbread/apinf-dashboard-example
Last synced: about 1 year ago
JSON representation
Example dashboard layout for apinf.
- Host: GitHub
- URL: https://github.com/frenchbread/apinf-dashboard-example
- Owner: frenchbread
- License: mit
- Created: 2016-06-22T13:10:49.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-12T14:45:17.000Z (almost 10 years ago)
- Last Synced: 2025-02-11T19:37:05.862Z (over 1 year ago)
- Language: JavaScript
- Size: 121 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# apinf-dashboard-example
> Example dashboard for apinf that uses aggregated data from API-Umbrella.
### Setup
1. Create `config.js` file in project root
```
export default {
host: '',
key: '',
token: ''
}
```
2. Install dependencies
```
$ npm install && npm start
```
### License
[MIT](https://github.com/frenchbread/apinf-dashboard-example/blob/master/LICENSE)