Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 656 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 656 Bytes

Weather App

App demonstration

🚀 🌧 Weather app in react native using typescript.

💻 Prerequisites

  • Expo
  • NodeJS

Config

Edit constants file in src/config and set this config variables.

const OPEN_WEATHER_API_APP_ID = '';
const GOOGLE_PLACES_API_KEY = '';

🚀 Install

yarn install
or
npm install
expo start

Inspiration

This application is an implementation Sang Nguyen's layout available here