https://github.com/logan169/ionic-meteo-app
Just a standard mobile meteo App
https://github.com/logan169/ionic-meteo-app
angularjs cross-platform ionic-framework meteo
Last synced: 3 months ago
JSON representation
Just a standard mobile meteo App
- Host: GitHub
- URL: https://github.com/logan169/ionic-meteo-app
- Owner: logan169
- License: gpl-3.0
- Created: 2017-05-16T04:21:16.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-16T21:51:05.000Z (about 8 years ago)
- Last Synced: 2025-01-11T20:33:17.118Z (4 months ago)
- Topics: angularjs, cross-platform, ionic-framework, meteo
- Language: JavaScript
- Homepage:
- Size: 5.59 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Meteo mobile application
## ionic meteo mobile applicationThis repo contains a cross platform meteo mobile application written in AngularJS using [ionic framework](https://ionicframework.com/). Meteo informations are retrieved using openweather. The mobile application actually works only with French cities, but could be modified to any country. To do this easily, you could overwrite app/www/ressource/Unique_cities2.json with a similiar json file containing desired cities.
#### Dependancies
- ionic#### Install ionic and meteo App
$ sudo npm install -g ionic
$ git clone [email protected]:logan169/Ionic-meteo-App.git
$ cd ./meteoApp#### Test the app (Browser)
$ ionic serve
In order to get a closer feeling of a mobile user experience, I strongly suggest that you set the adaptative view option from chrome developement tools if you choose to render the app this way. More information about how to do so could be found [here](https://www.sitepoint.com/how-to-simulate-mobile-devices-with-device-mode-in-chrome/)
#### Test the app on any platform (ios,android,windows phone)
Depending on your platform you may need to install platform related sdk.
Replace the in code below by ios, android or windows
$ ionic plugin add ionic-plugin-keyboard
$ ionic platform add
$ ionic build
$ ionic emulatePlease note that you could find more information on how to setup platform at the following links: [ios](https://ionicframework.com/docs//resources/platform-setup/mac-setup.html),[android](http://ionicframework.com/docs/v1/ionic-cli-faq/#touch-events),[windows](https://ionicframework.com/docs//resources/platform-setup/windows-setup.html).
##### Mobile App pictures







