Companion code for the tutorial series about building an analytics dashboard for a blog.
- 1_notebooks: Contains the Jupyter notebooks for scraping the blog, computing basic analytics and exporting the data.
- 2_mockups: Contains the low fidelity mockup for the analytics dashboard.
- 3_static_site: Contains the static front-end version of the dashboard.
- 4_local_dashboard: Contains the Flask app to serve the JSON and view the dashboard.
- 5_heroku_dashboard: Contains the Flask app to serve the JSON and view the dashboard.