Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.