JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q51570F
  • License ISC

Module to easily access the Bluefox API

Package Exports

  • bluefox-api

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (bluefox-api) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Bluefox-API

Bluefox-API is a npm library to access the (upcoming) Bluefox-API easily.

Installation

Use the package manager npm to install the Bluefox-API module.

npm install bluefox-api

Usage

const Bluefox = require('bluefox-api');
const API = new Bluefox.API("API KEY");

//TODO: Add stuff.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT