10 lines
269 B
Markdown
10 lines
269 B
Markdown
|
|
# Wren API Tutorial (Node.js)
|
||
|
|
Create a sample offset order using Wren.co's API.
|
||
|
|
wren.co/api
|
||
|
|
|
||
|
|
## Getting started
|
||
|
|
- `npm install`
|
||
|
|
- Create a .env file and enter your Wren API Token: WREN_API_TOKEN=xxx
|
||
|
|
- Run `node app.js` to place a sample offset order for 1 ton of CO2!
|
||
|
|
|