RutsuKun / thunder

Unofficial client for Librus Synergia

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

THUNDER

logo Travis License

Project is in 0.0.1 alpha version. App was created with Angular2 and Electron. Data are provided by librus-api.

Installation

git clone https://github.com/micorix/thunder.git
cd thunder
yarn

Development

In development version Electron get app from http://localhost:4200. To run dev version type npm run webserver and in other terminal window npm run electron. Untested way to run Thunder is npm start

Compiling

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the -prod flag for a production build and next create installer for your OS with Electron guideline.

Further help

If you have trouble please report an issue.

To get more help on the angular-cli use ng help or go check out the Angular-CLI README.

TODO

Unit tests via Karma. End-to-end tests via Protractor

License

The MIT License (MIT)

Copyright (c) 2017 Michał Oręziak Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Unofficial client for Librus Synergia


Languages

Language:TypeScript 65.6%Language:JavaScript 15.8%Language:HTML 10.3%Language:CSS 8.3%