shortcut-value-viewer

1.0.0 • Public • Published

Shortcut Value Viewer

GitHub release npm Travis (.com)

A RunKit value viewer for Shortcuts.js shortcuts.

Installation

npm install shortcut-value-viewer

Usage

The module exports a single function. Pass a Shortcuts.js shortcut into the function to assign a value viewer that is viewable on RunKit.

const { getShortcutDetails } = require("shortcuts.js");
const shortcut = await getShortcutDetails("ccae9c09c70d4319a553415e692a8420");
 
const svv = require("shortcut-value-viewer");
console.log(svv(shortcut));

/shortcut-value-viewer/

    Package Sidebar

    Install

    npm i shortcut-value-viewer

    Weekly Downloads

    0

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    7.42 kB

    Total Files

    6

    Last publish

    Collaborators

    • haykam821