1.2.1 • Published 6 months ago

skikrumb-api v1.2.1

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
6 months ago

skiKrumb Tracker Software - © skiKrumb Trackers Inc.

A wrapper for the skiKrumb API to use in Node.js and Client applications

Install skiKrumb API

$ npm i skikrumb-api
$ yarn add skikrumb-api

Example

import skiKrumb from 'skikrumb-api';

const {readDeviceData} = skiKrumb({
    apiKey: 'YOUR_API_KEY',
    requestedWith: 'My Application Name',
    url: 'Defaults to http://api.skikrumb.ca'
})

skiKrumb(options?)

options

Type: object

apiKey

Type: string

Your API Key as provided by skiKrumb.

requestedWith

Type: string\ Default: 'skiKrumb API Wrapper'

Sets the requestedWith header. Helps with identifying your application.

url

Type: string\ Default: 'https://api.skikrumb.ca'

Defaults to production skiKrumb API URL. Possible values: https://api-dev.skikrumb.ca or localhost testing.

API Documentation

Swagger Documentation

Requires an API key. Request an API Key by emailing info@skikrumb.ca

© skiKrumb 2023

1.2.1

6 months ago

1.1.0

8 months ago

1.0.9

8 months ago

1.0.8

9 months ago

1.0.7

9 months ago

1.0.6

9 months ago

1.0.5

9 months ago

1.0.4

9 months ago

1.0.3

9 months ago

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago