1.0.2 • Published 1 year ago
recherche-entreprises v1.0.2
Recherche Entreprises TS
Node.js library for the public enterprise search API (written in typescript)
Installation
npm install recherche-entreprises
Usage
const RechercheEntreprises = require("recherche-entreprises");
// Search for a company textually
await RechercheEntreprises.search({
q: "La Poste",
});
// Search for a company geographically
await RechercheEntreprises.geo({
lat: 48.8566,
lon: 2.3522,
});
License
This project is licensed under the MIT License - see the LICENSE file for details.