https://github.com/muhammadaziz01-dev/weather-app
Weather app
https://github.com/muhammadaziz01-dev/weather-app
css html5 javascript scss
Last synced: about 2 months ago
JSON representation
Weather app
- Host: GitHub
- URL: https://github.com/muhammadaziz01-dev/weather-app
- Owner: muhammadaziz01-dev
- Created: 2024-03-01T03:14:50.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-05T03:03:19.000Z (about 1 year ago)
- Last Synced: 2025-01-27T08:42:36.665Z (4 months ago)
- Topics: css, html5, javascript, scss
- Language: SCSS
- Homepage: https://65e68bf0985e053cb3617b24--startling-hummingbird-54130e.netlify.app/
- Size: 129 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Open weather API
"Ob havo dasturi" deganda, siz ob-havo ma'lumotlarini olish, namlik, harorat, shamol tezligi, va boshqa ma'lumotlarga haqida bilishingiz mumkin! OpenWeather API-dan foydalanganizda, siz umummiy ob-havo ma'lumotlarini olishingiz mumkin.OpenWeather API, dunyodagi ob-havo ma'lumotlarini taqdim etuvchi umummiy (qo'llanma) interfeysini (API) ta'minlovchi tizimdir. Bu API orqali siz dasturingizga har bir geografik nuqtasi uchun ob-havo ma'lumotlarini olishingiz mumkin.
https://www.weatherapi.com/signup.aspx saytidan ro'yhatdan o'tamiz
alt textKerakli bo'limdan API key yaratib olaimz va davom etamiz !
key = 'SIZNING_API_KLUC'
city = 'Toshkent'
url = 'https://api.weatherapi.com/v1/current.json?key={key}&q={city}'
Loyihaning dizayni:
https://www.figma.com/file/oMogX6IpeCCwByWU7Bi7EI/Weateher-app?type=design&node-id=0%3A1&mode=design&t=4ZjlpkqjbidUOaYD-1
Example request
baseURL: /https://api.weatherapi.com/v1 final: /current.json?key={key}&q={city} or /forecast.json?key={key}&days={day_number}&q={city}[GET] /current.json endpoint Bugungi ma'lumot uchun
Parameter value
q "Toshkent"
key api_key
days day_number
[GET]: Bugungi ohirgi ma'lumot uchun : https://api.weatherapi.com/v1/current.json?key={key}&q={city};
[GET]: Bir necha kunlik "prognoz" uchun : https://api.weatherapi.com/v1/forecast.json?key={key}&days={day_number}&q={city};
About
weather-app-docsResources
Readme
Activity
Stars
0 stars
Watchers
1 watching
Forks
0 forks
Report repository
Releases
No releases published
Packages
No packages published
Footer