1.0.6 • Published 3 years ago

api-fome v1.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

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

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago