A graphing application for AppFirst data. (An AppFirst account and API key is required.)
Make sure you have these tools installed on your system:
- Flask, the Python web framework (
pip install flask
) - node.js for building with r.js (https://nodejs.org/en/download/)
- Bower for installing external JavaScript libraries (
npm install -g bower
)
- Clone or download & unzip this repository.
cd
intocorrelate
and runbower install
. This will install all components listed inbower.json
into thelib/
directory.cd
intostatic
and build all JavaScript components by running the commandsh static/buildjs.sh
. This will create a file calledmain.built.js
in thestatic/
directory.- Enter your appfirst username and API key into
settings.py
. (You can find your API key on your account page: https://pod3.appfirst.com/admin/account) - Start the local server by running
python server.py