mateuschaves / weather-react-native

🌧 ☀️ Aplicativo de Previsão do Tempo

Home Page:https://dribbble.com/shots/16307033--28-Weather-App-Interaction

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

🌧 ☀️ Aplicativo de Previsão do Tempo

https://dribbble.com/shots/16307033--28-Weather-App-Interaction


Languages

Language:TypeScript 97.0%Language:JavaScript 3.0%