This simple Node.js application was created by the Parliamentary Digital Service to act as a proof of concept, showing how an external party could load data from the new Parliamentary beta website.
NOTE: You can view a running example of this application on Heroku at: http://aqueous-tor-14631.herokuapp.com
This application requires the following:
- Node.js - click here for the exact version
- NPM
To clone the repository and set up the dependencies, run the following:
git clone https://github.com/ukparliament/node-ntriples-data-example.git
cd node-ntriples-data-example
npm install
npm startIn your browser at: http://localhost:8080 you should now be able to see the application running.
You should see something like this:
If you wish to submit a bug fix or feature, you can create a pull request and it will be merged pending a code review.
- Fork the repository
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Ensure your changes are tested using [Rspec][rspec]
- Create a new Pull Request
This application is licensed under the Open Parliament Licence.
