/Weather-report-app

A weather forecast app that provides weather info about any place on earth

Primary LanguageJavaScript

Weather App

A app that will give you weather report of your location

Getting Started

  1. Create a secret.js file in root dir
  2. Add your Api key from Darksky Api and Locationiq.com
let apiKey  =  {
    geocodingApi: YOUR API KEY,
    darkskyApi: YOUR API KEY,
};


module.exports = apiKey

paste your key !

  1. run npm install in the root dir
  2. run npm start in terminal
  3. Enjoy the project