Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dexterlabora/simpleMerakiDashboardProxy
A stand-alone proxy server for the Meraki Dashboard API
https://github.com/dexterlabora/simpleMerakiDashboardProxy
Last synced: 3 months ago
JSON representation
A stand-alone proxy server for the Meraki Dashboard API
- Host: GitHub
- URL: https://github.com/dexterlabora/simpleMerakiDashboardProxy
- Owner: dexterlabora
- Created: 2017-11-06T14:16:16.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-06T15:20:27.000Z (about 7 years ago)
- Last Synced: 2024-08-03T01:14:13.403Z (6 months ago)
- Language: JavaScript
- Size: 34.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-merakiapis - simpleMerakiDashboardProxy - A stand-alone proxy server for the Meraki Dashboard API. (Administration / Contents)
README
# simpleMerakiDashboardProxy
This server will proxy all requests to the Meraki Dashboard API and include the API key within the headers
# Work in progress
- Only supports web clients when the shard is explicetly set.
i.e. api.meraki.com should be n143.meraki.com## Configure
Update the `API_KEY` in the `server.js` file
```
npm install
node server.js
```## Usage
Use the local server as the base url for the Meraki API endpoints.Client API request
```
http://localhost:8005/organizations
```
Becomes
```
https://n143.meraki.com/api/v0/organizations
```## LICENSE (MIT)
## Written by
Cory Guynn 2017
www.InternetOfLego.com
developers.meraki.com