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
merakiapi.js: Main api file
test.js: Demo functions to test out functionality