/weather-app

Primary LanguageJavaScript

Live app

(https://portfolio-projects-7554a.firebaseapp.com/)

Developer Note

to test the please make sure to fullfill the following.

API_KEY notice

API_KEY in script.js is just a placeholder.

Get your API_KEY

This app uses the accuweather apis, I tested it on my API_KEY. For security reasons i didn't include my API_KEY, so to test or further improve the app, get your own accuweather account.

here are the instructions:

  • visit accuweather
  • in apps tab select create new app
  • fill in the app info
  • go back to Apps tab
  • select the app that you just created
  • grab your API_KEY
  • locate and assign it to API_KEY constant in script.js

Change the location

To change the location of the api

here is the instructions:

  • locate the querCity constat in script.js
  • assign it to whatever city you want and make.

make sure the location is is valid and spelled correctly

Hamsa Abdirashid