@kevinhuddy/monday
v1.0.9
Published
Because dealing with Monday.com's API shouldn't feel like walking the plank.
Readme
🤘 @kevinhuddy/monday
Because dealing with Monday.com's API shouldn't feel like walking the plank.
⚠️ WARNING: This package contains:
- Code written at 3 AM fueled by Ghost energy drinks and spite
- More console.log statements than actual logic
- Functions named things like getStuffFromMonday() and makeItWork()
- Zero regard for best practices ~~(but 100% regard for getting stuff done)~~ ***Edited
💬 What Developers Are Saying
"10/10 worth installing just so you can delete this trash from your project"
— FullStackSuffering
"More reliable than your sprint estimates"
— Chad_DevOps_Ninja
"My code is now working and I have no one to blame for my problems. Thanks for ruining my victim complex."
— BlameTheFrameworkSeniorDev200
"Works better than your last 'temporary' solution"
— ScriptKiddie_Supreme
"1 star because it made my manager think I'm competent now"
— ImpostorSyndrome_Steve
⚙️ Configuration
Import
import { createMondayUtils } from "@kevinhuddy/monday";Define
const monday = createMondayUtils(config.key);
const quotesUtils = monday.forItem(quotesId, quotesBoardId, webhookTrigger);Create
quotesUtils.update("I used to have dreams. Now I have Monday.com notifications at 3 AM");