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

hubeau-api

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hubeau-api

hubeau api wrapper in javascript

  • 0.0.13
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

HUBEAU API wrapper

HUBEAU API wrapper JS.
Infos sur l'API HUBEAU : https://hubeau.eaufrance.fr/page/apis
Travail en cours...

Installation

yarn add hubeau-api

ou

npm install --save hubeau-api

ensuite importation de la dépendance :

import HubeauApi from 'hubeau-api';
const hubMedApi = new HubeauApi();

ou

const HubeauApi = require('hubeau-api');
const hubMedApi = new HubeauApi();

Commandes disponibles

Etat piscicole

Code espèce poisson
Lieux pêche
Poissons

Exemples hubeau-api-wrapper : ./dist/exemples/etatPiscicole.js
Documentation officielle : https://hubeau.eaufrance.fr/page/api-poisson

Indicateurs services

communes
indicateurs
services

Exemples hubeau-api-wrapper : ./dist/exemples/indicateursServices.js
Documentation officielle : https://hubeau.eaufrance.fr/page/api-indicateurs-services

Piezométrie - Niveaux nappes

chroniques
chroniques temps réel
stations

Exemples hubeau-api-wrapper : ./dist/exemples/piezometrie.js
Documentation officielle : https://hubeau.eaufrance.fr/page/api-piezometrie

Qualité nappes

analyses
stations

Exemples hubeau-api-wrapper : ./dist/exemples/qualiteNappes.js
Documentation officielle : https://hubeau.eaufrance.fr/page/api-qualite-nappes

Qualité cours d'eau

analyse physicochimique
station physicochimique
operation physicochimique
conditions environnementales physicochimique

Exemples hubeau-api-wrapper : ./dist/exemples/qualiteRivieres.js
Documentation officielle : https://hubeau.eaufrance.fr/page/api-qualite-cours-deau

Température des cours d'eau en continu

chronique
station

Exemples hubeau-api-wrapper : ./dist/exemples/temperature.js
Documentation officielle : https://hubeau.eaufrance.fr/page/api-temperature-continu

Hydrométrie

observations
observations élaborées
référentiel sites
référentiel stations

Exemples hubeau-api-wrapper : ./dist/exemples/hydrometrie.js
Documentation officielle : https://hubeau.eaufrance.fr/page/api-hydrometrie

Keywords

FAQs

Package last updated on 15 Dec 2021

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