Find Bay Area toddler events (currently only from public libraries) to attend with my son that are outside of work hours. Updates https://github.com/bbkane/toddlerevents.bbkane.com each Friday and Monday.
This is "MVP" status... everythings hardcoded, there are bugs (see issues), and there are no tests. I plan to make it more useful to myself and others "at some point". I'm watching issues; please open one for any questions and especially BEFORE submitting a Pull request.
Make a config file:
bibliocommons:
days: 2
feeds:
- code: smcl
url: https://gateway.bibliocommons.com/v2/libraries/smcl/rss/events?audiences=564274cf4d0090f742000016%2C564274cf4d0090f742000011&startDate=2025-01-10&endDate=2025-01-13
filepath_template: tmp_rss_{{ .Code }}_{{ .Number }}.rss
pages: 2
start_date: today
log:
level: DEBUGtoddlerevents download|write --config toddlerevents.yamlscoop bucket add bbkane https://github.com/bbkane/scoop-bucket
scoop install bbkane/toddlerevents
- Download Mac/Linux/Windows executable: GitHub releases
- Go:
go install go.bbkane.com/toddlerevents@latest - Build with goreleaser after cloning:
goreleaser --snapshot --clean
See Go Developer Tooling for notes on development tooling.