Skip to content

appfirst/correlate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Correlate

A graphing application for AppFirst data. (An AppFirst account and API key is required.)

Dependencies

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)

Installation

  1. Clone or download & unzip this repository.
  2. cd into correlate and run bower install. This will install all components listed in bower.json into the lib/ directory.
  3. cd into static and build all JavaScript components by running the command sh static/buildjs.sh. This will create a file called main.built.js in the static/ directory.
  4. 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)
  5. Start the local server by running python server.py

About

An in-browser graphing application for AppFirst data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published