Skip to content

Website to display swimming conditions at Coney Island / Brighton Beach

Notifications You must be signed in to change notification settings

jeremywhelchel/shallweswim

Repository files navigation

shallweswim.today

Website to display swimming conditions at Coney Island / Brighton Beach

Run locally (directly)

  1. poetry install
  2. PORT=12345 poetry run python shallweswim/main.py
  3. Visit http://localhost:12345

Run locally (via Docker)

  1. docker build -t shallweswim .
  2. docker run -e PORT=80 -p 12345:80 shallweswim
  3. Visit http://localhost:12345

Deploy

Hosted on Google Cloud Run

  1. Run ./build_and_deploy.sh

Development

Setup with:

# Install poetry from its website (`brew install` version seems problematic on mac)
poetry run pre-commit install

Tools used:

  • Format python code with black
  • Type check with pytype *.py
  • HTML/MD/Yaml formatted with prettier

About

Website to display swimming conditions at Coney Island / Brighton Beach

Resources

Stars

Watchers

Forks