A slack integration for keeping track of meetup.com events.
Based loosely off of this tutorial
You will need Leiningen 1.7.0 or above installed.
This project uses environ
to manage environment variables while developing.
You should create a profiles.clj file with the following values
filled in:
{:dev
{:env
{:slack-url ""
:meetup-api-key ""
:slack-token ""}}}To start a web server for the application, run:
lein ring server
Copyright © 2014 Gareth Townsend