Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 475 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 475 Bytes

RostRecept

A little program that interacts with Riksdagens API to find what your riksdagsman voted for.

Written using angular and is all client side with the REST API found at data.riksdagen.se.

Install node.js

Go to the folder for the project.

First time run: npm install -g karma npm install -g grunt-cli npm install -g bower npm install bower install

To run tests grunt tests

To run the server grunt serve

To build grund build

Programmed in webstorm.