0.0.4 • Published 1 year ago

@shorthandadmin/react-dev v0.0.4

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

shorthandai

This package provides a Javascript SDK for working with the ShorthandAI platform. Compatible with both node and the browser.

Installation

$ npm install --save @shorthandai/web
$ yarn add @shorthandai/web

Usage

const token = 'sh-CQSGBczgnM8sDGBr3Tlh'
const SH = ShorthandValue({ token })
console.log(await SH.get('CAH:MLR:2025Y'))

console.log(await SH.set('demomat', [[0,1,2], [3,4,5]]))
console.log(await SH.set('demovect', [4,5,6]))
console.log(await SH.set('demoscalar', 100))

console.log(await SH.get('demomat'))
console.log(await SH.get('demovect'))
console.log(await SH.get('demoscalar'))
0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago