Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gregavrbancic/photovoltaic-solar-power-plant

School project using REST services.
https://github.com/gregavrbancic/photovoltaic-solar-power-plant

Last synced: about 2 months ago
JSON representation

School project using REST services.

Awesome Lists containing this project

README

        

## Demo

[Here](http://gregavrbancic.github.io/Photovoltaic-solar-power-plant) you can find a working demo.

## Install

Clone this repo and execute in your favourite shell:

* `npm i -g gulp` to install gulp globally (if you don't have it installed already)
* `npm i` to install local npm dependencies

## Run

After completing installation type in your favourite shell:

* `gulp play` to start an app in a new browser window. App files are observed and will be re-transpiled on each change.

## Credits

This project in based on ng2-play Angular2 seed project. A minimal [Angular2](https://angular.io/) playground using [TypeScript](http://www.typescriptlang.org/) and [SystemJS loader](https://github.com/systemjs/systemjs)

For drawing charts is used component [ng2-charts](https://github.com/valor-software/ng2-charts) based on [Chart.js](http://www.chartjs.org).