npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

pull-gharchive-minimized

1.2.3

@mikeal

npmHomeRepoSnykSocket
Downloads:212
$ npm install pull-gharchive-minimized
DailyWeeklyMonthlyYearly

pull minimized gharchive data

const pull = require('pull-gharchive-minimized')
const onehour = 1000 * 60 * 60
for await (const event of pull(Date.now() - (onehour * 50))) {
  console.log(event)
}