1.0.0 • Published 6 years ago

spacex-js v1.0.0

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

spacex-js

npm travis standard

SpaceX-API JavaScript Wrapper

Install

npm install --save spacex-js

Usage

Note: spacex-js depends on fetch() being defined globally.

  • If you are using this in electron, it should work without any configuration.
  • If you are using this in Node.js, you will need to use node-fetch.

    Example:

    global.fetch = require('node-fetch')
    const spacex = require('spacex-js')

License

MIT

1.0.0

6 years ago

0.0.1

6 years ago