/RostRecept

Broken due to update for riksdagens api

Primary LanguageJavaScriptMIT LicenseMIT

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

Clone the repository.

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

Developed using Webstorm.