Skip to content

MikeRogers0/Ruby-Meetup-Calendar

Repository files navigation

Follow @MikeRogers on Twitter Lighthouse Standard Pull Latest Events

This pulls a list of Ruby Events which are currently happening & displays them on a calendar.

How it works

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.

Running locally

The project is build on top of Bridgetown. Clone down the repo & run:

$ bundle && yarn
$ yarn start

TODO (Please open PRs if you'd like to help with this)

Adding groups

Currently the events are stored in the src/_data/groups.yml file. I want to add as many active communities as I can.

Contributing

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.

Licence

MIT