Skip to content
This repository has been archived by the owner on Mar 15, 2021. It is now read-only.
/ doh_tracker Public archive

Tracking changes to the Hawaii Department of Health COVID data

Notifications You must be signed in to change notification settings

hui-ad/doh_tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DohTracker

DohTracker is an application to track the following pages:

Approach:

  • Use wget (via System.cmd at first) to download the pages we're interested in
  • Commit those pages to git automatically and push up to github
  • Use meeseeks to parse the HTML and store the results in Postgres via Ecto

Notes

Generated with mix phx.new doh_tracker --live (Note that --live is currently only available on the Phoenix master branch)

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • Install Node.js dependencies with npm install --prefix assets
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more

About

Tracking changes to the Hawaii Department of Health COVID data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published