Skip to content

Web application to display live weather information for a location

Notifications You must be signed in to change notification settings

Mr-SKR/howdy-cloudy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Howdy Cloudy

Howdy Cloudy is a Webapplication to retrieve weather information based on location.

Prerequisites

Install dependencies

  • Install Node
  • Navigate to the project directory(howdy-cloudy) and execute below command

npm install

Obtain API keys

Signup and obtain API keys from below service providers

Insert the ontained API keys in howdy-cloudy/src/utils/apikeys.json and save changes

{
    "darksky_access_token": "[INSERT DARKSKY API KEY HERE]",
    "mapbox_access_token": "[INSERT MAPBOX API KEY HERE]"
}

Run

node src/app.js

About

Web application to display live weather information for a location

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published