@bixvolt/radar-sdk
TypeScript icon, indicating that this package has built-in type declarations

1.6.4 • Public • Published

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.

Package Sidebar

Install

npm i @bixvolt/radar-sdk

Weekly Downloads

2

Version

1.6.4

License

MIT

Unpacked Size

83.1 kB

Total Files

21

Last publish

Collaborators

  • bixvolt