api-fome

1.0.6 • Public • Published

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

License

MIT

GIT

GIT

Readme

Keywords

Package Sidebar

Install

npm i api-fome

Weekly Downloads

1

Version

1.0.6

License

MIT

Unpacked Size

14 kB

Total Files

8

Last publish

Collaborators

  • danielguirra