https://github.com/douglasmatosdev/weather
https://github.com/douglasmatosdev/weather
api-client babel ecmascript2015 js react scss styled-components typescript webpack4
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/douglasmatosdev/weather
- Owner: douglasmatosdev
- Created: 2021-08-08T15:07:59.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-13T20:41:28.000Z (over 2 years ago)
- Last Synced: 2025-02-19T12:55:23.244Z (over 1 year ago)
- Topics: api-client, babel, ecmascript2015, js, react, scss, styled-components, typescript, webpack4
- Language: TypeScript
- Homepage: https://weather-app-forecast.netlify.app/
- Size: 1.81 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Weather
## Running project
>### Weather API
> For de API queries to work, you will have to access the [Weather API](https://openweathermap.org/api), create an account and generate your `API_KEY`.
> After generate your `API_KEY`, create an `.env` file at the root of the project, in this file, create an environment variable called `API_KEY=YOUR_API_KEY_HERE`.
Install dependences
`$ yarn install`
Development build
`$ yarn dev`
Production build
`$ yarn build`
Webpack dev-server
`$ yarn start`
### Search in Desktop

### Mobile