watney
v0.0.1
Published
how many potatoes?!
Readme
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 watneyapi
var watney = require('watney')
watney.food({search:'potato'},function(err,data){
console.log(data)
// lots of potatoes!
})
