commit 2c9399f61e61433359db274d53251a0eba08484b parent 38dded9cf9baea84334fd69283034646498907c6 Author: Hunter Date: Tue, 30 Jun 2026 20:08:44 -0400 update readme Diffstat:
| M | README.md | | | 33 | +++++++++++++++++++++------------ |
1 file changed, 21 insertions(+), 12 deletions(-)
diff --git a/README.md b/README.md @@ -1,25 +1,33 @@ # /events 🐞 -Community-scale infrastructure for hosting local meetups and workshops. +community-scale infrastructure for local meetups and workshops.<br><br> <p align="center"> - <a href="https://hunterirving.github.io/events"><img src="readme_images/screenshot.jpg" width=200> + <a href="https://hunterirving.github.io/events"><img src="readme_images/screenshot.jpg" width=235> </a> </p> -## key features -- Auto-generated printable flyers +<h3 align="center"><a href="https://hunterirving.github.io/events">demo</a><br><br></h3> + +## features +- auto-generated printable flyers - RSVP by E-mail -- Installable as a [Progressive Web App](https://hunterirving.github.io/web_workshop/pages/pwa) for offline use +- installable as a [Progressive Web App](https://hunterirving.github.io/web_workshop/pages/pwa) for offline use + +## usage 🪲 +add an `events.json` file to `resources/` to override the events from `demo.json`. +- upcoming events will be displayed on the map. +- if no upcoming events are present, past events will be shown instead. -## usage -Add an `events.json` file to `/resources` to override the events in `demo.json`. Upcoming events will be displayed on the map. If no upcoming events are present, past events will be shown instead. +## license -## licenses +this project is licensed under the <a href="LICENSE">GNU General Public License v3.0</a>. -This project is licensed under the <a href="LICENSE">GNU General Public License v3.0</a>. +the following third-party resources are included in this repo: -### third-party resources +| resource | license | +| --- | --- | +| **[Leaflet](https://leafletjs.com)** 1.9.4 | <a href="resources/leaflet/LICENSE-leaflet">BSD 2-Clause License</a> | +| **[Leaflet.TileLayer.NoGap](https://github.com/Leaflet/Leaflet.TileLayer.NoGap)** (modified) | [Beerware License](resources/leaflet/LICENSE-nogap) | -- **[Leaflet](https://leafletjs.com)** 1.9.4 under the <a href="resources/leaflet/LICENSE-leaflet">BSD 2-Clause License</a> -- **[Leaflet.TileLayer.NoGap](https://github.com/Leaflet/Leaflet.TileLayer.NoGap)** (modified), under the [Beerware License](resources/leaflet/LICENSE-nogap) +<h3 align="center"><a href="https://hunterirving.github.io/events">🐛</a><br><br></h3> +\ No newline at end of file