0.0.5 • Published 7 years ago

ndbc-realtime-tojson v0.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
7 years ago

ndbc-realtime-tojson

Build Status

Use this module to convert NOAA National Data Bouy Center text product data to json.

Information

Usage

const ndbcToJSON = require('ndbc-realtime-tojson')

// `41004` is the Edisto Bouy Id off of SC coast
// `spec` is the type of data (spectral wave data)
// http://www.ndbc.noaa.gov/rt_data_access.shtml
ndbcToJSON('41004', 'spec').then(bouyData => {
    console.log(bouyData)
})

Contributions

This Project follows the StandardJS style guide.

js-standard-style

To Contribute:

  • Clone Repo
  • npm install
  • Write Code
  • Write Test(s)
  • Submit Pull Request

License

ndbc-realtime-tojson is available under the MIT license.

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago