Skip to content

olayinkaos/realtime-graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask Realtime Graph

Flask Realtime Graph built with Plotly and Pusher. You can view the tutorial here.

Getting Started

To run locally:

  • Clone/Download this repo - git clone https://github.com/olayinkaos/realtime-graph.git
  • [Optionally] Create a local virtualenv in the project folder (You must have virtualenv installed) - virtualenv .venv
  • [Optionally] Activate virtual environment - source .venv/bin/activate
  • Install all dependencies - pip install -r requirements.txt
  • Replace the values of YOUR_APP_ID, YOUR_APP_KEY, YOUR_APP_SECRET, YOUR_APP_CLUSTER with your Pusher credentials in app.py and index.html. These can be gotten from the Pusher dashboard.
  • Run app - python app.py
  • Visit localhost:5000 to view the app.

Prerequisites

To run this app, you would need the following installed:

Built With

  • Pusher - APIs to enable devs building realtime features
  • Flask - Python web framework
  • Plotly - Data visualization tool

About

Flask Realtime Graph built with Plotly and Pusher

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published