Let the restaurants find you.
This API provides nutritional information about restaurant menu items around a particular location. This API was created using stdlib, as a part of a submission to Hack Western V.
const lib = require("lib");
const servesup = lib.tomalama.servesup["@0.0.4"];
let result = await servesup();The API documentation can be found here.