Skip to content

A simple node application that loads n-triples from beta.parliament.uk/mps and uses them to display a table

Notifications You must be signed in to change notification settings

ukparliament/node-ntriples-data-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node N-triples Data Examples

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.

License

NOTE: You can view a running example of this application on Heroku at: http://aqueous-tor-14631.herokuapp.com

Contents

Requirements

This application requires the following:

Quick start

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 start

In your browser at: http://localhost:8080 you should now be able to see the application running.

You should see something like this:

Application Screenshot

Contributing

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.

  1. Fork the repository
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Ensure your changes are tested using [Rspec][rspec]
  6. Create a new Pull Request

License

This application is licensed under the Open Parliament Licence.

About

A simple node application that loads n-triples from beta.parliament.uk/mps and uses them to display a table

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •