auckland-trash
v1.0.0
Published
Auckland Trash collection dates
Downloads
2
Readme
Auckland trash collection dates
import trash from 'auckland-trash'
trash('street number', 'street name', 'suburb')
.then(console.log)
// [ { date: Wed Mar 16 2016 00:00:00 GMT+1300 (NZDT),
// isToday: true,
// isRubbish: true,
// isRecycling: true },
// { date: Wed Mar 23 2016 00:00:00 GMT+1300 (NZDT),
// isToday: false,
// isRubbish: true,
// isRecycling: false },
// { date: Thu Mar 31 2016 00:00:00 GMT+1300 (NZDT),
// isToday: false,
// isRubbish: true,
// isRecycling: true } ]