gyaonup
TypeScript icon, indicating that this package has built-in type declarations

0.0.0 • Public • Published

gyaonup

usage

in node.js

import {upload} from "gyaonup";
import {readFileSync} "fs";

const gyaonId = "hoge";
const soundFile = readFileSync("/path/to/sound/file");

upload(gyaonId, soundFile).then(res => {
    // succeeded
}).catch(err => {
    // failed
});

/gyaonup/

    Package Sidebar

    Install

    npm i gyaonup

    Weekly Downloads

    1

    Version

    0.0.0

    License

    ISC

    Unpacked Size

    23.8 kB

    Total Files

    9

    Last publish

    Collaborators

    • stkay