soldair / watney

how many potatoes!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!
})

About

how many potatoes!

License:MIT License


Languages

Language:JavaScript 100.0%