Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mchenetz/merakiapi-node
This is a nodejs Meraki API.
https://github.com/mchenetz/merakiapi-node
Last synced: 3 months ago
JSON representation
This is a nodejs Meraki API.
- Host: GitHub
- URL: https://github.com/mchenetz/merakiapi-node
- Owner: mchenetz
- Created: 2016-06-13T21:22:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-22T19:25:07.000Z (over 8 years ago)
- Last Synced: 2024-08-03T01:14:28.193Z (6 months ago)
- Language: JavaScript
- Size: 44.9 KB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-merakiapis - merakiapi-node - This is a nodejs Meraki API. (Administration / Contents)
README
# merakiapi-node
This is a nodejs Meraki API.##Instructions
This API has been created for Node.js with use with the Meraki cloud.There are a few variables that are needed.
__apikey__: This is found in the profile section of your Meraki cloud once you have put in a ticket to request api access.
__organizationid__: This is found from the following by using the "getOrg" part of the API
__networkid__: this is found from the "getNetworkList" part of the API## Files
__merakiapi.js__: Main api file
__test.js__: Demo functions to test out functionality