Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 565 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 565 Bytes

Glucose Spikes

This project is a web application that allows users to view and filter glucose spike posts from the Glucose Goddess Instagram account. The application consists of a scraper, a server, and a frontend.

Test

https://glucosespikes.duckdns.org/

Run

Populate posts.json with information about the latest glucose spike posts.
python scrapper.py

Start the server.
python server.py

Open index.html.

image