https://github.com/clouby/weather-ts-app
https://github.com/clouby/weather-ts-app
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/clouby/weather-ts-app
- Owner: clouby
- Created: 2025-02-03T03:29:24.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-02-03T03:46:10.000Z (5 months ago)
- Last Synced: 2025-02-03T04:26:13.808Z (5 months ago)
- Language: TypeScript
- Homepage: https://weather-ts-app.vercel.app
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Weather TS App
> [Live Demo](https://weather-ts-app.vercel.app/)
## Resources
- [OpenWeatherAPI](https://openweathermap.org/)
## Available Scripts
In the project directory, you can run:
### `npm start`
Before start you need to create a file called `.env` and include the following variable:
```env
REACT_APP_OPENWEATHER_API_KEY=
```Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.