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
npm : https://www.npmjs.com/ yarn : https://yarnpkg.com/lang/en/
npm install -g cordova ionic
npm i
or
yarn
if your are using yarn as a package Manager
`
ionic serve
`