• JavaScript 40.7%
  • CSS 16.6%
  • Python 16.5%
  • Nix 16%
  • Shell 6.5%
  • Other 3.7%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
mike edc321a185
All checks were successful
ci/crow/push/build Pipeline was successful
Serve About at /about rather than /about.html (#7)
Co-authored-by: Mike <mike@openeasthampton.com>
Reviewed-on: #7
2026-08-19 20:39:50 -04:00
.crow Initial commit 2026-08-19 23:25:42 +00:00
.vscode Initial commit 2026-08-19 23:25:42 +00:00
app Serve About at /about rather than /about.html (#7) 2026-08-19 20:39:50 -04:00
data-preprocess Initial commit 2026-08-19 23:25:42 +00:00
dev-scripts Generate the web app using eleventy (#1) 2026-08-19 19:56:46 -04:00
nix Serve About at /about rather than /about.html (#7) 2026-08-19 20:39:50 -04:00
.envrc Initial commit 2026-08-19 23:25:42 +00:00
.gitignore Generate the web app using eleventy (#1) 2026-08-19 19:56:46 -04:00
.prettierignore Generate the web app using eleventy (#1) 2026-08-19 19:56:46 -04:00
AGENTS.md Generate the web app using eleventy (#1) 2026-08-19 19:56:46 -04:00
CLAUDE.md Initial commit 2026-08-19 23:25:42 +00:00
eleventy.config.js Generate the web app using eleventy (#1) 2026-08-19 19:56:46 -04:00
flake.lock Initial commit 2026-08-19 23:25:42 +00:00
flake.nix Add a NixOS module (#4) 2026-08-19 20:20:27 -04:00
LICENSE Initial commit 2026-08-19 23:25:42 +00:00
nix-ci.nix Initial commit 2026-08-19 23:25:42 +00:00
package.json Generate the web app using eleventy (#1) 2026-08-19 19:56:46 -04:00
pnpm-lock.yaml Generate the web app using eleventy (#1) 2026-08-19 19:56:46 -04:00
README.md Initial commit 2026-08-19 23:25:42 +00:00

Easthampton Flock Data Explorer

License: MIT

Overview

Data exploration tool for Easthampton, MA's Flock data.

Requirements

Architecture

  • data-preprocess: Contains scripts for preprocessing the raw Flock export data obtained from public data requests into a consistent format that the web application can use.
  • app: Contains the source code for the web application at https://flock.openeasthampton.com/

Development

Load the development environment to load all dependencies:

nix develop

Run explorer locally

PORT=3000 ./dev-scripts/serve

The app will be available at:

View Python code coverage

nix build .#python-coverage

The coverage results will be available in ./result.

Regenerate data

Regenerate the merged CSV from the raw Flock exports:

nix run .#update-flock-requests-data