Skip to content

Instantly share code, notes, and snippets.

View FocalChord's full-sized avatar
🧨
Focusing

Nisarag Bhatt FocalChord

🧨
Focusing
View GitHub Profile
@FocalChord
FocalChord / function.js
Created August 23, 2020 05:23
Getting only new tweets
const staticData = getWorkflowStaticData('global');
const newTweetIds = items.map(item => item.json["Tweet ID"]);
const oldTweetIds = staticData.oldTweetIds;
if (!oldTweetIds) {
staticData.oldTweetIds = newTweetIds;
return items;
}
@FocalChord
FocalChord / FocalChord's Activity
Last active October 29, 2020 15:55
FocalChord's Activity
💻 No commits in the last week
ᛘ Forked repo: amandeepmittal/blog-examples
🌟 Starred repo: MoienTajik/AspNetCore-Developer-Roadmap
🆒 Opened PR #143 in momentum-agile/course-planner
⑂ Created branch feature/CPM-193-docker-image-nasser in repo...
🎉 Merged PR #137 in momentum-agile/course-planner
🎉 Merged PR #139 in momentum-agile/course-planner
🎉 Merged PR #136 in momentum-agile/course-planner
🗣 Commented on #138 in momentum-agile/course-planner
🎉 Merged PR #135 in momentum-agile/course-planner