https://github.com/mateuschaves/weather-react-native
🌧 ☀️ Aplicativo de Previsão do Tempo
https://github.com/mateuschaves/weather-react-native
reactnative redux reduxpersist reduxsaga styled-components typescript
Last synced: 8 months ago
JSON representation
🌧 ☀️ Aplicativo de Previsão do Tempo
- Host: GitHub
- URL: https://github.com/mateuschaves/weather-react-native
- Owner: mateuschaves
- Created: 2021-10-27T04:19:01.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-11T14:28:01.000Z (over 1 year ago)
- Last Synced: 2025-04-30T23:57:25.637Z (about 1 year ago)
- Topics: reactnative, redux, reduxpersist, reduxsaga, styled-components, typescript
- Language: TypeScript
- Homepage: https://dribbble.com/shots/16307033--28-Weather-App-Interaction
- Size: 15.2 MB
- Stars: 13
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Weather App
>🚀 🌧 Weather app in react native using typescript.
## 💻 Prerequisites
* Expo
* NodeJS
## Config
Edit ``constants`` file in ``src/config`` and set this config variables.
```typescript
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](https://dribbble.com/sanggggg) layout available [here](https://dribbble.com/shots/16307033--28-Weather-App-Interaction)