Skip to content

Instantly share code, notes, and snippets.

@ShariqT
Created November 19, 2021 05:09
Show Gist options
  • Save ShariqT/94ef1c4ce2596b8e5940d8c100409132 to your computer and use it in GitHub Desktop.
Save ShariqT/94ef1c4ce2596b8e5940d8c100409132 to your computer and use it in GitHub Desktop.
create.js
import L from "lob";
export default async function createPostcard(req, res) {
const Lob = L(process.env.LOB_SECRET_API_KEY);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment