Skip to content

New tab page for Chrome that shows the current food day in the US

Notifications You must be signed in to change notification settings

thinkingalaud/fooddays

Repository files navigation

fooddays

New tab page for Chrome that shows the current food day in the US

screenshot

Dependencies

Setup

  • if a venv hasn't been set up yet, set one up: python -m venv .venv
  • install deps: python3 -m pip install -r requirements.txt
  • see scripts/README.md for information on how to refresh data
  • load extension: go to chrome://extensions/ and click on "Load Unpacked"

Testing

  • load extension: go to chrome://extensions and click "Load Unpacked"
  • make sure the external dependencies above are downloaded and in the right directories

Deployment

  • update version number in manifest.json
  • make sure the dependencies are installed and in the right directories
  • create zip file: zip fooddays.zip -r fooddays/*
  • upload package to the dev console

About

New tab page for Chrome that shows the current food day in the US

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published