Home

Awesome

ionic-mosum

Ionic Weather App - The goal of this weather app is to demo different ionic component in a nice working app. Contributions are welcome for any good feature.

Prerequisites

node -v
 - should be >= 6.0.0
npm -v
 - should be >= 3.0.0

Getting Started

Run

Browser

    # iOS 
    ionic serve --platform ios
    # Android
    ionic serve --platform android
    # All Platforms(iOS, Android and Windows)
    ionic serve --lab

Android

    $ ionic cordova platform add android
    $ ionic cordova build android --prod
    $ ionic cordova run android --prod

iOS

    $ ionic cordova platform add ios
    $ ionic cordova build ios --prod
Run using XCode

icon resources

Run post_install script

    $ ./post_install.sh

Screenshots

Existing Features

Contribution

Contributions are welcome!

See features planned for future to get contributing ideas.

License

ionic-mosum is available under the MIT license. See the LICENSE file for more info.