A Clojure library designed to ... well, that part is up to you. To see roadmap and progress check out backlog.org
A configuration file is required named configs/private.edn that has the following format: {:betfair {:usr "" :pwd "" :app-key ""}}
###Server is implemented using the reloabable workflow of stuart sieera. To launch a dev server:
- Start a repl
- Type
(dev)
- Type (reload) in the new ns
- Starts on 8085
###Run backend tests lein test
###Make production build of frontend code (obs included with git) npm run build
###Start dev server of frontend code npm start (localhost:8084)
###Run frontend tests npm run test npm run test:watch
Copyright © 2016 FIXME
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.