1.0.6 • Published 3 years ago
api-fome v1.0.6
APIFOME
NPM package that uses the API
JS INSTALL
$ npm install apifome
TS INSTALL
$ npm install apifome
HOW TO USE IN JS
const {Food} = require('apifome')
let food = await Food('batata') // Enter a food in string
HOW TO USE IN TS
import {Food} from 'apifome'
let food = await Food('batata') // Enter a food in string