Skip to content

This display screen reports both current visitor count and historical visitor count values for a single BlueFox sensor.

Notifications You must be signed in to change notification settings

bluefoxio/bluefox-single-sensor-occupancy-screen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

BlueZoo - Single Sensor Occupancy Screen

Getting started

  1. Fetch API access must be enabled for your account and sensor through the BlueZoo Cloud Platform Dashboard

https://apollo-psq.bluefoxengage.com/login

  1. Add the provided access and secret authentication tokens for your sensor to the sensor object in main.js, Line 8.

  2. Run index.html with a web browser such as Google Chrome.

  3. Realtime occupancy information from your sensor will be displayed within the count gauge and historical chart on the page.

  4. Explore the BlueZoo Fetch API through our documentation listed below.

Structure of a BlueZoo Fetch API request

To form a request URL for a given endpoint, simply append the endpoint name to the base URL.

[Base API URL]

https://apollo-psq.bluefoxengage.com/third_party_fetch_api/v100

[Full Request URL]

https://apollo-psq.bluefoxengage.com/third_party_fetch_api/v100/get_location_realtime_occupancy_count

Each successful HTTP request should return 200 as HTTP Status Code.

When requests are made too frequently to the API, code 429 may be returned as HTTP Status Code.

BlueZoo API Documentation

A full list of API endpoints is available in our documentation: BlueZoo Fetch API

Libraries

About

This display screen reports both current visitor count and historical visitor count values for a single BlueFox sensor.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published