Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 916 Bytes

File metadata and controls

16 lines (12 loc) · 916 Bytes

Blogging Analytics Dashboard

Companion code for the tutorial series about building an analytics dashboard for a blog.

File Organization

  • 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.