/weatherApp

Primary LanguageJavaScript

Project description

A Weather app that makes use of OpenWeatherMap API to fetch current weather data using zip-codes, the app is working for US zip-codes only at this moment

Usage

  • First run npm install

  • Then run node server.js in the terminal

  • Lastly open a browser window and type localhost:8000 in the address bar

Dependencies