1.0.0 • Published 5 years ago

spacex-nodejs v1.0.0

Weekly downloads
6
License
MIT
Repository
github
Last release
5 years ago

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.

1.0.0

5 years ago

0.0.0

5 years ago