57H07 / WeatherApp

A react native weather app !

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WeatherApp

A react native weather app !

Setup

Follow these steps to get your development environment set up:

  1. Clone the repository
  2. At the root directory, restore required packages by running:
    npm install
    
  3. Next, create a account at https://openweathermap.org/weather-conditions
  4. Wait for a API Key
  5. Create file utils/WeatherAPIKey.js, add the following line :
    export const API_KEY = 'API_KEY_HERE';
    
  6. Run application, exemple :
    expo start
    

About

A react native weather app !


Languages

Language:JavaScript 100.0%