Skip to content

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

Notifications You must be signed in to change notification settings

taranvohra/Weather-report-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 58.5%
  • HTML 35.8%
  • CSS 5.7%