1.3.1 • Published 3 years ago

ecwid v1.3.1

Weekly downloads
2
License
MIT
Repository
github
Last release
3 years ago

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);
})();
1.3.1

3 years ago

1.3.0

3 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago