Skip to content

Retrieve the current hourly forecast for all active MLB venues

License

Notifications You must be signed in to change notification settings

jaw187/mlbweather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mlbweather

Retrieve hourly forecasts for active MLB venues

Weather Underground

This library depends on forecast data from the Weather Underground. You will need to produce your own API Key in order to run this. Keys can be obtained at http://www.wunderground.com/weather/api

Install

npm install mlbweather

Usage

const Mlbweather = require('mlbweather');

const options = {
  key: 'wundergroundkey'
};

const mlbweather = new Mlbweather(options);
mlbweather.get(function (err, results) {
  
  //... do something
});

About

Retrieve the current hourly forecast for all active MLB venues

Resources

License

Stars

Watchers

Forks

Packages