Simple project that shows the available parking spots in The Netherlands.
- Green shows both Long term and Short term parking are available
- Orange shows either Long term or Short term parking is not available
- Red shows both Long term and Short term parking are not available
- git clone https://github.com/niveksalim/parking.git
- cd parking
- Install npm
- Install node
- npm install
- node server.js
Run grunt serve:dist
Run grunt
for building and grunt serve
for preview.
Running grunt test
will run the unit tests with karma.