This pulls a list of Ruby Events which are currently happening & displays them on a calendar.
Every few days, a GitHub Action runs the command:
$ bundle exec rake update_data:all
This opens the RSS/JSON feeds for known events, and adds them to the site as posts.
The project is build on top of Bridgetown. Clone down the repo & run:
$ bundle && yarn
$ yarn start
Currently the events are stored in the src/_data/groups.yml
file. I want to add as many active communities as I can.
Bug reports and pull requests are welcome on GitHub at MikeRogers0/Ruby-Meetup-Calendar. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.