https://github.com/codersamrat/weatherapp
Weather App
https://github.com/codersamrat/weatherapp
css reactjs vite
Last synced: 12 months ago
JSON representation
Weather App
- Host: GitHub
- URL: https://github.com/codersamrat/weatherapp
- Owner: coderSamrat
- Created: 2024-05-16T21:40:22.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-16T23:15:54.000Z (over 1 year ago)
- Last Synced: 2024-05-17T22:47:17.368Z (over 1 year ago)
- Topics: css, reactjs, vite
- Language: JavaScript
- Homepage: https://weather-app-react-app-pi.vercel.app/
- Size: 147 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## api link
```javascript
const apiUrl = `https://api.openweathermap.org/data/2.5/weather?q=${city}&units=metric&appid=${apiKey}`;
```