Skip to content

medmo7/weatherApp

Repository files navigation

weatherApp

This is a simple weather app fetching the https://home.openweathermap.org api. The app was initiated used Expo bare workflow and the typescript template.

Typsript is basically used to secure api data passing between screens.

You need to provide you Google api key to be able to use the MapView.

To start the app run:

yarn install and cd ios && pod install for ios.

then run yarn ios or `yarn android