Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 570 Bytes

File metadata and controls

17 lines (11 loc) · 570 Bytes

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