ruc-client
v0.0.4
Published
A client to get the ruc form the page ruc.com.py in format JSON
Maintainers
Readme
ruc-client
Library for get persons by their RUC or name from the database of ruc.com.py
Install
npm install ruc-clientUsage
import { getPersons } from 'ruc-client'
const { data, total} = getPersons()
console.log(`There's ${total} persons: -> `, data)Contributing
If someone wants to add or improve something, I invite you to collaborate directly in this repository: funny-commit
License
funny-commit is released under the MIT License.
