radar-sdk
The client side SDK for utilizing the Radar API.
Features
- [x] Convenient methods for interacting with Radar API
- [x] Cross-platform support (browser, node, react)
Installation
Start by installing the package from npm:
npm install @bixvolt/radar-sdk
Development
In node you can use the package like so:
import RadarSDK from '@bixvolt/radar-sdk'
const RadarClient = new RadarSDK.Client({
baseUrl: 'http://127.0.0.1:8787'
})
In the browser you can include the file in a <script>
tag but more ideally you can use a bundler like webpack to include the package.