Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bilal-08/weather-app
Weather App to get weather
https://github.com/bilal-08/weather-app
Last synced: 3 months ago
JSON representation
Weather App to get weather
- Host: GitHub
- URL: https://github.com/bilal-08/weather-app
- Owner: bilal-08
- Created: 2023-09-10T15:29:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-12T15:29:07.000Z (over 1 year ago)
- Last Synced: 2024-10-04T09:51:39.359Z (3 months ago)
- Language: JavaScript
- Homepage: https://weather-app-b.vercel.app
- Size: 536 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Weather-App
+ Made in React.
+ can fetch weather with GPS.
+ Why? to get your weather from your location or anywhere else
#### Run in your local machine:
- Clone the repository:
```sh
git clone https://github.com/bilal-08/weather-app
cd weather-app
```
- Install the dependencies:
```sh
npm i
```
- Running the webapp:
```sh
npm run dev
```
## Rosources used:
+ Loader from [uiball](https://uiball.com/loaders/)
+ Images from Freepik
#### Design Refrenced From :
+ [react-weather-app](https://github.com/esnz/react-weather-app/)