sharetribe-flex-sdk
Version:
Sharetribe SDK for JavaScript
24 lines (16 loc) • 374 B
Markdown
Getting started example (Node.js)
This example shows how to query listings using the SDK, in Node.js environment.
# Requirements
* Node.js
* Yarn
* Client ID
# How to run the example:
```
cd [project-root]
yarn install
yarn run build
cd examples/getting-started-node
node index.js [clientId]
```
# Screenshots
