From 6e321c5de4efe53f23d0bfaf3de2993541974001 Mon Sep 17 00:00:00 2001 From: Waylon Walker Date: Wed, 14 Jun 2017 10:34:14 -0500 Subject: [PATCH] added heroku link --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 9cdd4cb..7145fe4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # flask-chartist-example Learning more about flask and javascript +This app is currently running on [heroku](http://still-beyond-87368.herokuapp.com/chartist) + + This project will create a flask dashboard with a javascript library, and the charts will update without refreshing the page. The charts will not be polished or excitin, this is just to explore how to create a working dashboard in python with minimal javascript to refresh the data. ## Inspiration