bluescape-sdk-node v1.0.2
Bluescape API SDK for Javascript
The official Bluescape SDK for JavaScript, available for browsers and mobile devices, or Node.js backends.
Installing
In the Browser
To use the SDK in the browser, simply add the following script tag to your HTML pages:
<script src="bluescape.min.js"></script>
In Node.js
The preferred way to install the Bluescape API SDK for Node.js is to use the npm package manager. Simply type the following into a terminal window:
npm install @bluescape/bluescape-sdk-node --save
Usage and Getting Started
You can find a getting started guide at:
http://api.bluescape.com/getting-started
You can find our API reference documentation at:
http://api.bluescape.com/reference
Getting Help
Please use these community resources for getting help. We use the GitHub issues for tracking bugs and feature requests and have limited bandwidth to address them.
- Ask a question on StackOverflow and tag it with
bluescape-sdk-node
- Open a support ticket with Bluescape API Support
- If it turns out that you may have found a bug, please open an issue
Opening Issues
If you encounter a bug with the Bluescape API SDK for Node we would like to hear about it. Search the existing issues and try to make sure your problem doesn’t already exist before opening a new issue. It’s helpful if you include the version of the SDK, Node.js and OS you’re using. Please include a stack trace and a simple way to reproduce the problem when appropriate, too.
The GitHub issues are intended for bug reports and feature requests. For help and questions with using the Bluescape API SDK for Node please make use of the resources listed on our Developer Portal. There are limited resources available for handling issues and by keeping the list of open issues lean we can respond in a timely manner.