We've written a sample project, using Node.jsarrow-up-right, under the examples folder. You can set up the repository by:
examples
Install Node.jsarrow-up-right
Download this repository
In the examples/node directory, install dependencies with npm install
examples/node
npm install
To start the demo server: npm run start -- --CLIENT_SECRET=<YOUR_CLIENT_SECRET>
npm run start -- --CLIENT_SECRET=<YOUR_CLIENT_SECRET>
More sample projects in other languages coming soon
Last updated 7 years ago
Was this helpful?