1.0.6 • Published 7 years ago

weather-gov-api v1.0.6

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

weather-gov-api

A javascript class wrapping weather.gov api

Getting Started

Install

npm install weather-gov-api --save

Add into project

ES6

import weather from 'weather-gov-api'

ES5

var weather = require('weather-gov-api');

Examples

weather.getForecast('default', 40.712776, -74.005974)
    .then(data => { console.log(data)})
    .catch(err => console.log(err))

Documentation

Wiki

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago