Skip to content

mashumarodesu/Weattherheck

Repository files navigation

Weattherheck

A simple weather app using OpenWeatherMap API

Features

  • Current temperature and condition
  • Hourly forecast for next 24 hours
    • Temperature
    • Condition
    • Wind speed
    • Wind direction
  • Daily forecast for next 5 days
    • Maximum temperature
    • Minimum temperature
    • Condition

User Interface

Day Night
Day Night

API

This app uses One Call API 1.0 from OpenWeatherMap which provides:

  • Minute forecast for 1 hour
  • Hourly forecast for 48 hours
  • Daily forecast for 7 days
  • Historical data for 5 previous days
  • National weather alerts

API Call :

https://api.openweathermap.org/data/2.5/onecall?lat={lat}&lon={lon}&exclude={part}&appid={API key}

{lat} and {lon} are latitude and longitude provided by Geocoding Service

About

A basic weather app for a homework project

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages