- Notifications
You must be signed in to change notification settings - Fork2
Official Node.js client library for the LabStack API
NotificationsYou must be signed in to change notification settings
labstack/labstack-node
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
NPMnpm install --save labstack
Yarnyarn add labstack
Sign up to get an API key
Create a fileapp.js with the following content:
const{Client, APIError}=require('labstack')constclient=newClient('<ACCOUNT_ID>','<API_KEY>')client.barcodeGenerate({format:'qr_code',content:'https://labstack.com'}).then(response=>{client.download(response.id,'/tmp/'+response.name)}).catch(error=>{console.error(error)})
From terminal run your app:
node app.js
About
Official Node.js client library for the LabStack API
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.