A Clojure application to get information about upcoming meetups that you care about. It will output a html string to do with what you will.
This script is deprecated because unfortunately meetup.com no longer supports authentication via API key.
- Make sure you have Docker installed and running
- Create an account on Meetup.com, login, and get your API key
-
Set the following environment variables
MEETUP_API_KEY=(Your API key from Meetup.com) MEETUP_CITY=(melbourne | brisbane | sydney)
-
Run
./batect run
-
Open output.html to view the results
Copyright © 2014 FIXME Distributed under the Eclipse Public License, the same as Clojure.