Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.28 KB

README.md

File metadata and controls

29 lines (18 loc) · 1.28 KB

Parkrun-app

Built with Spacemacs

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.

TODO - future improvements - next version

  • 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 💥

Usage

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).

License

Copyright © 2018 FIXME

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.