Skip to content

logan169/Ionic-meteo-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meteo mobile application

ionic meteo mobile application

This repo contains a cross platform meteo mobile application written in AngularJS using ionic framework. 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

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 <platform>
    $ ionic build <platform> 
    $ ionic emulate <platform>

Please note that you could find more information on how to setup platform at the following links: ios,android,windows.

Mobile App pictures

meteoApp meteoApp meteoApp meteoApp meteoApp meteoApp meteoApp meteoApp