Skip to content

parksangkil/iweather

 
 

Repository files navigation

iWeather Ionic 3 Weather App

This is an Ionic 3 application that uses the wunderground api to report weather and stores location info in Ionic storage

Version

1.0.0

Usage

Installation

Install the dependencies

$ npm install

Serve

To serve in the browser

$ ionic serve

To Add Platforms

$ cordova platform add android
$ cordova platform add ios

Run Platforms

To run in avd

$ ionic run android
$ ionic run ios

Build Android APK File

To build APK file to output folder

$ ionic build android

About

Ionic 3 mobile weather app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 46.3%
  • HTML 38.6%
  • CSS 9.2%
  • JavaScript 5.9%