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

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.

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)