Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

apigratis

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apigratis

A simple way to consume free services offered by the APIGratis website

  • 0.3.7
  • unpublished
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Package APIGratis 🚀

APIGratis Banner

⚠️ This package is under development, we do not recommend using it in production.

npm version Average time to resolve an issue Percentage of issues still open release-it GitHub issues GitHub all releases GitHub forks GitHub stars

Description

With this package it is possible to consume the free API's from the website APIGratis , in a simple way.

Our online channels

Telegram Group WhatsApp Group YouTube

Status developing

UpServices availableDescriptionFreeBetaStable
WhatsAppServiceFree in WhatsApp API.LoadingLoading
CorreiosServiceAPI CEP or Tracker packages, correios Brazil.💰LoadingLoading
SinespServiceAPI Plate get infos vehicle.💰LoadingLoading

Install package with npm

npm install apigratis

WhatsAppService - Examples usage

in developing

Draft snippet code

const APIGratis = require('apigratis');

function teste() {
    let server = `https://whatsapp.contrateumdev.com.br`;
    return APIGratis.WhatsApp(server, 'YOUR_TOKEN', `start`, null, {
        "session": `YOUR_SESSION`,
        "sessionkey": `YOUR_SESSION_KEY`,
        "wh_status": ``,
        "wh_message": ``,
        "wh_qrcode": ``,
        "wh_connect": ``
    });
}

console.log(teste);

Partner project Myzap v2

https://github.com/edupoli/MyZap2.0
https://github.com/billbarsch/myzap

Service free powered by

APIBrasil

Keywords

FAQs

Package last updated on 01 Feb 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc