recherche-entreprises
v1.0.2
Published
Node.js library for the public enterprise search API (written in typescript)
Maintainers
Readme
Recherche Entreprises TS
Node.js library for the public enterprise search API (written in typescript)
Installation
npm install recherche-entreprisesUsage
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.
