Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dacitto/weather-app
weatherly is a weather app made with React
https://github.com/dacitto/weather-app
api leaflet openweather react react-query reactjs sass
Last synced: 4 days ago
JSON representation
weatherly is a weather app made with React
- Host: GitHub
- URL: https://github.com/dacitto/weather-app
- Owner: dacitto
- License: mit
- Created: 2021-11-17T20:46:48.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-11T14:33:36.000Z (about 2 years ago)
- Last Synced: 2024-11-08T02:15:15.836Z (about 2 months ago)
- Topics: api, leaflet, openweather, react, react-query, reactjs, sass
- Language: JavaScript
- Homepage:
- Size: 2.29 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Weatherly
weatherly is a weather app made with
- React
- React Query
- React Hooks
- Sass- API : open weather map
# Features
- Search By GPS.
- Search By City name
- User Friendly UI.
- Daily / Houry weather.# Instalation
1- clone the app using the following command (cmd):`git clone https://github.com/dacitto/weather-app`
2- open the project diractory and type the next command to install project dependencies:
- using npm `npm install`
or
- using yarn `yarn install`
3- start the development server in http://localhost:3000/ using:- npm `npm start`
or
- using yarn `yarn run`