1.0.6 • Published 6 years ago

weather-gov-api v1.0.6

Weekly downloads
2
License
MIT
Repository
github
Last release
6 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

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago