Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 586 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 586 Bytes

GWPApp Gallery weather places app

Overview

ionic mobile app exemple (weather/places/gallery)

this is an ionic 3 application that use the openweathermap API (http://api.openweathermap.org) and pixabay API (https://pixabay.com)

#Prerequisites

nodeJs

https://nodejs.org/en/

npm or yarn as a package Manager

npm : https://www.npmjs.com/ yarn : https://yarnpkg.com/lang/en/

install ionic

npm install -g cordova ionic

dependencies installation

npm i or yarn if your are using yarn as a package Manager

Development server

`

ionic serve

`