1.0.1 • Published 3 years ago

minha-receita-api v1.0.1

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

📔 Indíce

📖 Sobre

O Minha Receita é uma API desenvolvido por Eduardo Cuducos e aqui é um modulo para facilitar o uso dessa api.

📚 Como usar?

import MinhaReceita from "minha-receita-api";

const minhareceita = new MinhaReceita('06.990.590/0001-23');

minhareceita.get().then(cnpj => {
  console.log(cnpj);
})
.catch(error => {
  console.log(error);
})

📝 License

This project is under the MIT license.