Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 660 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 660 Bytes

react-native-weather

About

react-native-weather is a React Native Aplication built with EXPO. The application shows the forecast for the next 7 days and utilizes the Open Weather Maps to fetch data. The data is stored in cache in order to still be available in case of offline mode.

Install Dependencies

npm install

Open Weather Map API

Generate API_KEY

  • Create an account at the website.
  • Get your API KEY by email.
  • Create .env file on the project root and insert yout key like this: API_KEY=<open_weather_map_api_key>

Start Application

expo start