@hproinformatica/hpro-functions
v2.0.6
Published
HPro Function Library
Downloads
81
Readme
Easy to use, fast and lightweight library for Node.js.
:construction: This project is under development and is not yet ready for use.
:link: Table of Contents
:sparkles: Features
- :white_check_mark: Fetcher
- :white_check_mark: Typing
:rocket: Tecnologies
The following tools were used in the construction of the project:
:package: Install
:warning: Node.js 16 or newer is required.
Use the package manager npm, yarn or pnpm.
npm install @hproinformatica/hpro-functions
yarn add @hproinformatica/hpro-functions
pnpm add @hproinformatica/hpro-functions
:hammer: Usage
import { fetcher } from '@hproinformatica/hpro-functions'
const data = await fetcher('https://hpro.com.br')
console.log(data)
:memo: License
This project is under the MIT License