Skip to content

Slack app that posts the upcoming meetups happening in Uruguay.

Notifications You must be signed in to change notification settings

marpo60/meetup_bot

Repository files navigation


Meetup Meetup

Publish upcoming meetups to Slack

Requirements

  • Elixir ~> 1.16

Development

Steps to run the application in development

  1. Install dependencies mix deps.get
  2. Start application in development mode iex -S mix

Releasing

Steps to release the application

  1. Run mix release