Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prajjwaldatir/weatherly
Get Your Weather Details Now.
https://github.com/prajjwaldatir/weatherly
openweathermap react weather-app webapp
Last synced: 13 days ago
JSON representation
Get Your Weather Details Now.
- Host: GitHub
- URL: https://github.com/prajjwaldatir/weatherly
- Owner: PrajjwalDatir
- Created: 2022-02-16T12:43:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-02-16T13:45:47.000Z (over 2 years ago)
- Last Synced: 2024-10-10T18:57:48.441Z (26 days ago)
- Topics: openweathermap, react, weather-app, webapp
- Language: TypeScript
- Homepage: https://weatherly-webapp.vercel.app/
- Size: 682 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Weatherly
> React WebApp to Get Your Weather Now
### Local Installation :
> Clone the repository:
```sh
git clone https://github.com/PrajjwalDatir/Weatherly.git
cd Weatherly
```
> Install the dependencies:
```sh
npm ci
```
> Running the webapp:
```sh
npm start
```
> Building the webapp:
```sh
npm build
```# Resources
- [React in 100 seconds](https://youtu.be/Tn6-PIqc4UM)
- [Don't click](https://youtu.be/dQw4w9WgXcQ)
- [Typescript Documentation](https://www.typescriptlang.org/docs/)This Project uses [Open Weather Map](https://openweathermap.org/) to fetch weather data.