0.0.1 • Published 9 years ago

watney v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

watney

how many potatoes!?

query local fda food database and other sources to determine how many of what plant you need to grow to produce x colories by what time

cli

$ watney food potato
lots of potatoes!
sudo npm install -g watney

api

var watney = require('watney')
watney.food({search:'potato'},function(err,data){
  console.log(data)
  // lots of potatoes!
})
0.0.1

9 years ago