Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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