@ignite-signals/api
TypeScript icon, indicating that this package has built-in type declarations

1.0.80724 • Public • Published


Ignite Signals Logo

Ignite Signals API Package

Best-in-class telemetry collection for Brokers and Insurers
Explore the docs »

Open Portal

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Install package

  1. Install
# Using pnpm
pnpm add -D @ignite-signals/api

# Using yarn
yarn add --dev @ignite-signals/api

# Using npm
npm install --save-dev @ignite-signals/api
  1. Create your client
import { createClient } from '@ignite-signals/api'

const igniteSignalsClient = createClient('YOUR_API_KEY')
  1. Start using Ignite Signals! For example here we are checking if a vehicle is compatible with the service
try {
  const vehicle = igniteSignalsClient.compatibility.checkVehicleCompatibility.query({
    abiCode: '000000',
  })
  if (vehicle.compatible)
    console.log('wahooo 🎉')
}
catch (error) {
  console.log(`error - ${error.code} ${error.message}`)
}
  1. Refer to the documentation for more help

Package Sidebar

Install

npm i @ignite-signals/api

Weekly Downloads

3

Version

1.0.80724

License

none

Unpacked Size

157 kB

Total Files

5

Last publish

Collaborators

  • gerrywilko