1.3.7 • Published 5 months ago

skikrumb-api v1.3.7

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
5 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 https://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.3.7

5 months ago

1.3.6

5 months ago

1.3.5

5 months ago

1.3.4

5 months ago

1.3.3

5 months ago

1.3.2

7 months ago

1.3.1

7 months ago

1.3.0

8 months ago

1.2.8

10 months ago

1.2.7

10 months ago

1.2.6

10 months ago

1.2.5

10 months ago

1.2.4

10 months ago

1.2.3

10 months ago

1.2.2

11 months ago

1.2.9

10 months ago

1.2.1

2 years ago

1.1.0

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago