Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-24T23:25:07.000Z (6 months ago)
- Last Synced: 2024-06-25T00:32:46.390Z (6 months ago)
- Topics: reactnative, redux, reduxpersist, reduxsaga, styled-components, typescript
- Language: TypeScript
- Homepage: https://dribbble.com/shots/16307033--28-Weather-App-Interaction
- Size: 13.9 MB
- Stars: 11
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
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)