node-jsmonday
An API Wrapper for https://jsmonday.dev
Installation
npm install node-jsmonday
Usage
const monday = require('node-jsmonday');
Methods
Get articles count
monday.getCount()
Get tags
monday.getTags()
Get articles
monday.getArticles(limit = 5)
Get articles by tags
monday.getArticlesByTags(['1','2'], limit = 5)