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

@ban-team/fantoir

Package Overview
Dependencies
Maintainers
4
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ban-team/fantoir

Toolkit for FANTOIR data manipulation in JS

  • 0.14.3
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
4
Weekly downloads
 
Created
Source

@ban-team/fantoir npm version

Bibliothèque permettant d'interroger facilement la base FANTOIR.

Pré-requis

Cette bibliothèque nécessite Node.js version 10 ou supérieur.

Installation

yarn add @ban-team/fantoir

Utilisation

const {createFantoirCommune} = require('@ban-team/fantoir')
const fantoirCommune = await createFantoirCommune('54099', options)

// Rechercher une voie
fantoirCommune.findVoie('rue du parc')

// Rechercher une voie en indiquant une commune membre
fantoirCommune.findVoie('rue du parc', '54342')

Production de la base au format SQLite (développement)

zcat fantoir-* | yarn build

Configuration

Le chemin vers la base FANTOIR doit être renseigné soit via l’option fantoirPath soit via la variable d’environnement FANTOIR_PATH.

Les entrées FANTOIR annulées des communes fusionnées sont chargées par défaut. Pour ne charger que le code demandé, il faut renseigner l’option withAnciennesCommunes: false.

Licence

MIT

FAQs

Package last updated on 07 Mar 2023

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