Nothing Special   »   [go: up one dir, main page]

Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 1.25 KB

README.md

File metadata and controls

35 lines (20 loc) · 1.25 KB

Rocky Beaches

rockybeaches.com helps you find places to go tidepooling, and figure out the best times to go.

The site was designed by Natalie Downe (@natbat) and built by Natalie Downe and Simon Willison (@simonw).

It uses data pulled from iNaturalist and the NOAA Tides & Currents API.

Working tide stations

Technology used

Development

Install dependencies (ideally into a Python virtual environment, e.g. one created with pipenv shell):

pip install -r requirements.txt

Build the SQLite database from the YAML in data/ plus data fetched from NOAA and iNaturalist:

script/build

Run tests like this:

script/test

Run the development server:

datasette .