Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/gregavrbancic/photovoltaic-solar-power-plant
- Owner: GregaVrbancic
- Created: 2015-10-19T12:30:45.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-19T18:05:10.000Z (about 9 years ago)
- Last Synced: 2023-08-03T09:14:28.747Z (over 1 year ago)
- Language: TypeScript
- Size: 10.8 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).