Skip to content

Commit

Permalink
Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasnachtigall committed Jul 31, 2018
1 parent 11ed9f8 commit d0bc3ea
Showing 1 changed file with 49 additions and 1 deletion.
50 changes: 49 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,49 @@
weather-app
# Ionic Weather App

Simple Ionic Weather App using the [openweathermap](openweathermap.org) API to report weather and stores location info in Ionic storage

This was made following the Tutorial by Brad Traversy (@bradtraversy), found [here](https://www.youtube.com/watch?v=qs2n_poLarc)

### Version
0.1.0

## Notes

On @bradtraversy tutorial, the wunderground API was used, since they do not offer free API keys anymore, https://openweathermap.org/ was used.


### Installation

Install the dependencies

```sh
$ npm install
```

### Serve
To serve in the browser

```sh
$ ionic serve
```

### To Add Platforms
```sh
$ cordova platform add android
$ cordova platform add ios
```

### Run Platforms
To run in avd

```sh
$ ionic run android
$ ionic run ios
```

### Build Android APK File
To build APK file to output folder

```sh
$ ionic build android
```

0 comments on commit d0bc3ea

Please sign in to comment.