Retour à la vitrine
whatsapp-checker
Officiel
eduair940
TypeScript
Kits de développement logiciel et outils
whatsapp-checker is the official TypeScript SDK for the WhatsApp Data API. It wraps the profile endpoint with a typed client, automatic rate-limit handling, retry-with-backoff, and bulk helpers so you don't have to reimplement the plumbing.
This is the recommended starting point for a new TypeScript or Node.js integration — install it, pass your key, and call check(number).
Points de terminaison qu'il utilise
GET /number/{phone} — typed response with presence and profile fields.
Bulk + rate-limit + retry helpers built in.
Le même appel
import { WhatsappChecker } from "whatsapp-checker";
const client = new WhatsappChecker({ apiKey: process.env.RAPIDAPI_KEY! });
const result = await client.check("14155552671");
console.log(result.isBusiness, result.pushname);Comment le faire fonctionner
1
npm install whatsapp-checker
2
Provide your API key via environment variable.
3
Call client.check(number) or the bulk helper.
Construisez avec la même API
Ce projet utilise l'API de données publique de WhatsApp. Obtenez une clé et effectuez votre première requête en quelques minutes.
Ce que disent nos utilisateurs
Vrais avis de nos clients satisfaits
Aucun avis disponible pour le moment