Skip to content

An app to get warnings if a certain parkrun is cancelled, started as a web scraper at Clojure Dojo

License

Notifications You must be signed in to change notification settings

ldnclj/parkrun-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

An app to get warnings if a certain parkrun is cancelled, started as a web scraper at Clojure Dojo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published