Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 894 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 894 Bytes

Open-Weather-Map-API

Simple implementation of Open Weather Map API to get the current weather details using simple javascript and html.

It,s just a basic version next going to convert it into App using Flutter

The WebApp app will show -

  1. Current weather.
  2. Humidity.
  3. Weather icon/image.
  4. Wind.
  5. Some other details.

How To -

  1. Sign Up & Get your API key from Open Weather API Here.
  2. Their API docs Here.
  3. Now clone the repo.
  4. Go to app.js & change country & unit to what you want.
  5. Put your API key after appid=
  6. Save it, Run in your local browser or Deploy.

screenshot of webapp