app

Version, currently master branch1 version
  • master branchlatestDec 17, 2019

github.com/acaprojects/meraki-scanner

Simple API for accepting meraki location analytics

4 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  app:
    github: acaprojects/meraki-scanner
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
no constraint declared
Target
  • app from src/app.cr

Dependencies

Runtime Dependencies

README

Meraki Scanner

In memory micro service for making Meraki Location Analytics available to custom applications. See: https://documentation.meraki.com/MR/Monitoring_and_Reporting/Location_Analytics#Scanning_API

Environment Variables

  • MERAKI_VALIDATOR for meraki to validate the service is for the organisation specified
  • MERAKI_SECRET to confirm that the requests are coming from a meraki server. This is also used as a bearer token for application requests to the server.
  • MERAKI_VERSION is the expected protocol version. Default to "2.0".