Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kryptonbd/myweather-ionic-app
- Owner: KryptonBD
- Created: 2018-12-18T05:26:03.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-18T05:40:43.000Z (about 6 years ago)
- Last Synced: 2024-12-08T07:44:07.752Z (about 1 month ago)
- Topics: angular, ionic, ionic-apps, ionic-framework, ionic2, typescript, weather-app
- Language: JavaScript
- Homepage:
- Size: 2.84 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.