Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kryptonbd/myweather-ionic-app

Weather App using Openweathermap API
https://github.com/kryptonbd/myweather-ionic-app

angular ionic ionic-apps ionic-framework ionic2 typescript weather-app

Last synced: 29 days ago
JSON representation

Weather App using Openweathermap API

Awesome Lists containing this project

README

        

# My Weather Mobile Application With Ionic

I created this app using Ionic and OpenWeatherMap API. The app mainly allow you to see weather. The other feature includes percentage of clouds, wind speed and direction, humidity, presuure etc.
You also can change the deafault city which shows the weather from settings. It stores the data in local storage.
## Setting Up
To run this project you need openweathermap api, which you can get from their website.

After getting the api, go to *src/services/weather.ts* file of this project.
Where you can find `YOUR OPEN WEATHER API`, replace it with your api key.

## Ruuning The Project
First make sure that you have Ionic installed
* run `npm install` to install all dependencies
* Run `ionic serve` to start the development environment.