Skip to content

Instantly share code, notes, and snippets.

View georgemandis's full-sized avatar
😀
😀

George Mandis georgemandis

😀
😀
View GitHub Profile
@georgemandis
georgemandis / lulu.js
Created July 16, 2023 23:15 — forked from jaredh159/lulu.js
lulu api node.js create print order
const request = require('request');
const ClientOAuth2 = require('client-oauth2')
const clientId = 'YOUR_CLIENT_ID';
const clientSecret = 'YOUR_CLIENT_SECRET';
var luluAuth = new ClientOAuth2({
clientId,
clientSecret,