Awesome
<h1 align="center"> <a href="https://ruby-meetup-calendar.mikerogers.io/">Ruby Meetups Calendar</a> </h1> <p align="center"> <a target="_blank" href="https://twitter.com/MikeRogers0"> <img src="https://img.shields.io/twitter/follow/MikeRogers0?label=Follow%20%40MikeRogers0%20For%20Updates&style=social" alt="Follow @MikeRogers on Twitter"> </a> <a target="_blank" href="https://github.com/MikeRogers0/Ruby-Meetup-Calendar/actions/workflows/lighthouse-cron.yml"> <img src="https://github.com/MikeRogers0/Ruby-Meetup-Calendar/actions/workflows/lighthouse-cron.yml/badge.svg" alt="Lighthouse"> </a> <a target="_blank" href="https://github.com/MikeRogers0/Ruby-Meetup-Calendar/actions/workflows/standard.yml"> <img src="https://github.com/MikeRogers0/Ruby-Meetup-Calendar/actions/workflows/standard.yml/badge.svg" alt="Standard"> </a> <a target="_blank" href="https://github.com/MikeRogers0/Ruby-Meetup-Calendar/actions/workflows/pull-latest-events.yml"> <img src="https://github.com/MikeRogers0/Ruby-Meetup-Calendar/actions/workflows/pull-latest-events.yml/badge.svg" alt="Pull Latest Events"> </a> </p>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.