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

1.3.1 • Public • Published

node-ecwid

install

npm install ecwid
# or
yarn add ecwid

example

import {Ecwid} from "ecwid";

(async () => {
    const accessToken = 'secret_xxx';
    const storeId = 1;
    const ecwid = new Ecwid(storeId, accessToken);
    const storeProfile = (await ecwid.getStore()).unwrap();
    console.log(storeProfile);
})();

/ecwid/

    Package Sidebar

    Install

    npm i ecwid

    Weekly Downloads

    12

    Version

    1.3.1

    License

    MIT

    Unpacked Size

    6.01 kB

    Total Files

    11

    Last publish

    Collaborators

    • watchdg