Node.js library for the Triangle API.
npm install triangle
Node.js library for the Triangle API.
``console`
$ npm install triangle
`typescript
import Triangle from "triangle";
const triangle = new Triangle("secret_abc123");
``