Scrape groups from DBU
- Deno
- scrape groups
deno task groups
- can browse
out/groups.json
with Nushell
open out/groups.json
- e.g. specific tradition at zip codes
open out/groups.json
| where tradition =~ 'Theravada'
| filter {|row| $row.address
| parse -r '(?:12|34|56|78)\d{3}'
| is-not-empty
}