0.0.1 • Published 12 months ago

trivoh-js v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

trivoh-js

Trivoh javascript client

Install

npm install trivoh-js

Usage

import * as trivoh from "trivoh-js"

const CLIENT_ID = "X-API-KEY";

trivoh.init(CLIENT_ID, async function (token) {
  if (!token) {
    // error handling
  }

  console.log("your token: " + token);

  /**
   * Function to process response data
   *
   * @param data
   */
  function answerGetter(data) {
    console.log(data);
  }

  trivoh.getAllMeetings(answerGetter);
});
acornacorn-import-attributesacorn-jsxajvajv-keywordsansi-escapesansi-regexansi-stylesanymatchargparsearray-unionbabel-jestbabel-plugin-istanbulbabel-plugin-jest-hoistbabel-preset-current-node-syntaxbabel-preset-jestbalanced-matchbrace-expansionbracesbrowserslistbs-loggerbserbuffer-fromcallsitescamelcasecaniuse-litechalkchar-regexchrome-trace-eventci-infocjs-module-lexercliuiclone-deepcocollect-v8-coveragecolor-convertcolor-namecolorettecommanderconcat-mapconvert-source-mapcreate-jestcross-spawndebugdedentdeep-isdeepmergedetect-newlinediff-sequencesdir-globelectron-to-chromiumemitteryemoji-regexenhanced-resolveenvinfoerror-exes-module-lexerescaladeescape-string-regexpeslint-scopeeslint-visitor-keysespreeesprimaesqueryesrecurseestraverseesutilseventsexecaexitexpectfast-deep-equalfast-globfast-json-stable-stringifyfast-levenshteinfastest-levenshteinfastqfb-watchmanfile-entry-cachefill-rangefind-upflatflat-cacheflattedfs.realpathfseventsfunction-bindgensyncget-caller-fileget-package-typeget-streamglobglob-parentglob-to-regexpglobbygraceful-fsgraphemerhas-flaghasownhtml-escaperhuman-signalsignoreimport-freshimport-localimurmurhashinflightinheritsinterpretis-arrayishis-core-moduleis-extglobis-fullwidth-code-pointis-generator-fnis-globis-numberis-path-insideis-plain-objectis-streamisexeisobjectistanbul-lib-coverageistanbul-lib-instrumentistanbul-lib-reportistanbul-lib-source-mapsistanbul-reportsjest-changed-filesjest-circusjest-clijest-configjest-diffjest-docblockjest-eachjest-environment-nodejest-get-typejest-haste-mapjest-leak-detectorjest-matcher-utilsjest-message-utiljest-mockjest-pnp-resolverjest-regex-utiljest-resolvejest-resolve-dependenciesjest-runnerjest-runtimejest-snapshotjest-utiljest-validatejest-watcherjest-workerjs-tokensjs-yamljsescjson-bufferjson-parse-even-better-errorsjson-schema-traversejson-stable-stringify-without-jsonifyjson5keyvkind-ofkleurlevenlevnlines-and-columnsloader-runnerlocate-pathlodash.memoizelodash.mergelru-cachemake-dirmake-errormakeerrormerge-streammerge2micromatchmime-dbmime-typesmimic-fnminimatchmsnatural-compareneo-asyncnode-int64node-releasesnormalize-pathnpm-run-pathonceonetimeoptionatorp-limitp-locatep-tryparent-moduleparse-jsonpath-existspath-is-absolutepath-keypath-parsepath-typepicocolorspicomatchpiratespkg-dirprelude-lspretty-formatpromptspunycodepure-randqueue-microtaskrandombytesreact-isrechoirrequire-directoryresolveresolve-cwdresolve-fromresolve.exportsreusifyrun-parallelsafe-bufferschema-utilssemverserialize-javascriptshallow-cloneshebang-commandshebang-regexsignal-exitsisteransislashsource-mapsource-map-supportsprintf-jsstack-utilsstring-lengthstring-widthstrip-ansistrip-bomstrip-final-newlinestrip-json-commentssupports-colorsupports-preserve-symlinks-flagtapableterserterser-webpack-plugintest-excludetext-tabletmplto-fast-propertiesto-regex-rangets-api-utilstype-checktype-detecttype-festundici-typesupdate-browserslist-dburi-jsv8-to-istanbulwalkerwatchpackwebpack-mergewebpack-sourceswhichwildcardword-wrapwrap-ansiwrappywrite-file-atomicy18nyallistyargsyargs-parseryocto-queue
0.0.1

12 months ago

0.0.1-alpha

1 year ago