To improve transparency of Ontario's governance, and enable citizens to stay informed
Parses documents from the Ontario Legislative Assembly website and uses the data to do searches and analytics. Data is saved in json and raw html format in ola-data
Live demo (CI build)
Developed using Clojure and ClojureScript. Requires Java 8+
- type
lein repl
into terminal - type
(-main)
into repl to start the server - go to
localhost:8080
to view the web site
- type
lein uberjar
into terminal to get an executable.jar
file - deploy
.jar
file to server of your choice (currently using Pivotal Cloud Foundry) - add server environment variables:
ENVIRONMENT=prod
HTTP_PORT=8080
(or whatever port you want to run on)
All contributions welcome! Feel free to open an issue (or pull request) for bugs, feature requests, ideas, or questions :)