Skip to content

yaroslav0507/PWO

Repository files navigation

Build Status Plant Watering Organizer

Dependency

For this application I've written a Toaster plugin. It gives you an opportunity to use native android toasts. Plugin is published to NPM and installs automatically.

Stack of technologies

Plant Watering Organizer

- [Apache Cordova](https://cordova.apache.org/); - [Ionic](http://ionicframework.com/); - [Angular JS](https://angularjs.org/); - [Node JS](https://nodejs.org/); - [Gulp](http://gulpjs.com/)

Demo

You can visit demo page of web version. Note that some features such as notifications and vibration would not work. Also you can download APK and install it on your device. Demo page is generated on travis-ci. It deploys to gh-pages automaticaly every time when build is successfull.

Running Locally

Make sure you have Node.js installed.

$ git clone git@github.com:yaroslav0507/PWO.git # or clone your own fork
$ cd PWO
$ npm install
$ npm start

Your app should now be running on port #4000.

Default browser should open and display application in the new tab. All changes in the code will be immediately reflected in your browser by browser-sync

Build commands

$ ionic build android - for android build
$ ionic build ios - for ios build

$ ionic emulate android - to start app in AVD

Deploying to device

There are two ways how you can deploy application to device.

  1. Copy apk from PWO/platforms/android/build/outputs/apk/android-debug.apk to your device and install it under file system.
  2. Connect device via USB cable and execute next command in console (Android SDK and Ionic CLI is required) ionic run android - for android devices ionic run ios - for ios devices

Interface

Views

PS: All images and content are used for application demonstration and fun :)

About

Plant Watering Organizer mobile application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published