A (soon to be) parkrun notification app, written in Clojure.
Scrapes data from parkrun cancellations page at given time (1 second from now
for the conference), filters dates to get the next weekend, searches for a particular parkrun of interest and prints out cancellation message if such parkrun is cancelled.
- Fix the job to run on Friday afternoon 🎉
- Send actual emails/messages when such parkrun is cancelled (using AWS and Amazonica for SNS) 📧 📱
- Make a fancy frontend 💅
- Suggest other parkrun nearby if the one of interest is cancelled 🗺️
- Possibilities are endless 💥
LightTable - open core.clj
and press Ctrl+Shift+Enter
to evaluate the file.
Emacs - run cider, open core.clj
and press C-c C-k
to evaluate the file.
REPL - run (require 'parkrun-app.core)
.
Copyright © 2018 FIXME
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.