Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 332 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 332 Bytes

weather-history

TODO:

  • env-file to switch db between local and prod
  • schedule updates from latest months?
  • deploy with heroku?
  • init station remotely?

b.CollectionNameGoesHere.aggregate({ $match: { $and: [ { hour: { $gte: 11 } }, { hour: { $lte: 12 } } ] } }, { $group: { _id : null, sum : { $sum: "$incoming" } } });