1.6.4 • Published 1 year ago

@bixvolt/radar-sdk v1.6.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

radar-sdk

The client side SDK for utilizing the Radar API.

Features

  • Convenient methods for interacting with Radar API
  • 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.

Deployment

Make sure you have gh installed globally. Ideally install it with your systems package manager (such as via brew). Otherwise you can install it via npm install -g gh.

Then follow these steps to publish a new version of the package to npm and create a new release on GitHub.

  1. Build the package by running npm run build
  2. Increment the release version in package.json using SEMVER (major, minor, patch)
  3. Make sure you are logged into npm and have the correct permissions to publish the package.
  4. When you're ready to publish, run npm run release to publish the package to npm.
  5. Last, run npm run release:git to create and push a tag and then create a release.
1.6.4

1 year ago

1.6.3

1 year ago

1.6.2

1 year ago

1.6.1

1 year ago

1.6.0

1 year ago

1.5.9

1 year ago

1.5.8

1 year ago

1.5.7

1 year ago

1.5.6

1 year ago

1.5.5

1 year ago

1.5.3

1 year ago

1.5.2

1 year ago

1.5.1

1 year ago

1.5.0

1 year ago

0.0.1

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago