npm.io
1.0.0 • Published 7 years ago

spacex-nodejs

Licence
MIT
Version
1.0.0
Deps
2
Size
3 kB
Vulns
1
Weekly
0

spacex-nodejs Codeship Status for js-kyle/spacex-nodejs npm version

This module is a Node.js wrapper for the SpaceX API. This module is purely to demonstrate an example npm module workflow using Codeship Basic as the tooling.

Installation

$ npm install

Test

$ npm run test
Usage
const spacex = require('spacex-node.js');

(async () => {
  await spacex.nextLaunch();
  await spacex.latestLaunch();
})();
API

spacex.nextLaunch()

Returns a Promise with data from the next spacex launch

spacex.latestLaunch()

Returns a Promise with data from the latest spacex launch

SpaceX API Reference can be found here.

Keywords