0.0.4 • Published 7 years ago

noaa-weather v0.0.4

Weekly downloads
5
License
MIT
Repository
github
Last release
7 years ago

noaa-weather Build Status

A Small NPM Module for displaying the JSON Marine Forecast straight from NOAA

Install

$ npm install --save noaa-weather

Usage

const noaaWeather = require('noaa-weather');

noaaWeather('Miami, Fl');
//=> returns json of current conditions in Miami Florida

API

noaaWeather(locationlatitude, longitude)

location

Type: string

If location is a string and a valid location,will return a json promise of the current conditions in that location

latitude

Type: Number

If the location is not a string but rather a number, will search using latitude and longitude specified

longitude

Type:Number

Same as above.

License

MIT © Nick The Sick

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

8 years ago

0.0.1

8 years ago