From b0c438abf0b39acfc12f21add3210def5a624cd5 Mon Sep 17 00:00:00 2001 From: Waylon Walker Date: Fri, 19 May 2017 16:09:28 -0500 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a16e6c..9cdd4cb 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,13 @@ # flask-chartist-example Learning more about flask and javascript -This project will create a flask dashboard with a javascript library, and the charts will update without refreshing the page. +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 + +This project was heavily inspired by Anthony's [video](https://www.youtube.com/watch?v=geKvJbQsOmM) from [Pretty Printed](https://www.youtube.com/channel/UC-QDfvrRIDB6F0bIO4I4HkQ) + + +## Example Dashboard +_running updating without refreshing the page_ +![gif](example.gif)