Sample application to show hoe to read circles data from Glassfrog and visualize the cicrles using D3js.
Setup a virtualenv using python and install the requirements. Edit the file apps/glassfrog/glassfrog.py and set you Glassfrog API key
virtualenv --python=python3 venv
pip install -r requirements.pip
source venv/bin/activate
python3 webservice.py
use your brawser and navigate to: http://localhost:8080/glassfrog/circles.html
Thanks it folks!