Skip to content

bvcage/weather-app

Repository files navigation

Weather App

This is a simple weather app built using React Native. It fetches data from the OpenWeather API (free version) and displays it to the user.

Installation

  1. Obtain an API key from OpenWeather.
  2. Create a file keys.js in the root folder.
  3. Enter 1 line into keys.js: export const API_KEY = '[YOUR API KEY]'
  4. From terminal, start project via Expo: npm start

Optional Google Maps Background

  1. Create a Google Cloud project.
  2. From the API screen, enable the Maps Static API.
  3. From the Credentials screen, create new credentials / obtain API key.
  4. Add line to keys.js: export const MAPS_API_KEY = '[YOUR GOOGLE API KEY]'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published