MoralCode / RiverStatusBoard

A dashboard-style view of river conditions on the Genesee, for rowers, paddlers, boaters, etc

Home Page:https://moralcode.github.io/RiverStatusBoard/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RiverStatusBoard

A screenshot of a portion of the RiverStatusBoard page showing current water conditions, safety zone, and applicable safety rules

RiverStatusBoard is a dashboard-style view of river conditions on a particular waterway designed for rowers, paddlers, boaters, and other water users to ensure safety out on the water.

Development

This site does not fully work (API requests fail) when just opening the index.html directly in a browser. Instead it must be served over HTTP. Because this is a static/client side only website, any HTTP server that is able to serve static files can be used. Examples include:

  • The built in python HTTP server: python3 -m http.server
  • The built-in PHP HTTP server: php -S localhost:8000
  • caddy: caddy file-server --listen :8000

Credits

RiverStatusBoad was created in 2017/2018 by Max Garber for the Three Rivers Rowing Association.

About

A dashboard-style view of river conditions on the Genesee, for rowers, paddlers, boaters, etc

https://moralcode.github.io/RiverStatusBoard/


Languages

Language:JavaScript 74.5%Language:HTML 19.6%Language:CSS 5.9%