fdesjardins/notams

View on GitHub
example.js

Summary

Maintainability
A
0 mins
Test Coverage
const notams = require('./')

notams.fetch([ 'PADK', 'PADU' ], { format: 'DOMESTIC' }).then(results => {
  console.log(JSON.stringify(results, null, 2))
})