/DEX-WEATHER-JS

A ui simplified weather app made using html, css & js.

Primary LanguageJavaScriptMIT LicenseMIT

MINIMAL WEATHER APP

Minimal Weather App Ui Design that we coded here. I'm using openweather api to connect this app to api to get weather info.

You need to get your own api key and replace it in index.js file on line 1 :

  const apiKey = 'YOUR_API_KEY';