Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 233 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 233 Bytes

Various useful NodeJS and MongoDB code snippets

  • yesterday.js offers a filter object for passing to a MongoDB find function call to get events that ended yesterday. Assumes event documents only have startDate and duration fields.