Simple parser for Luftqualitätsüberwachungssystem LUQS by Landesamt für Natur, Umwelt und Verbraucherschutz Nordrhein-Westfalen LANUV.
$ npm install lanuv-parser or yarn add lanuv-parser
const luqs = require('lanuv-parser')
const run = async () => {
const stations = await luqs()
console.log(stations)
}
run()
Returns an array containing all LUQS stations.
Source: https://www.lanuv.nrw.de/luqs/messorte/messorte.php
Optionally accepts an options
object as first parameter:
ort
search for a specifc citykurzname
search for specific short name of stationsklassifizierung: alle|verkehr|industrie|hintergrund|ohne+zuordnung
status: aktiv|inaktiv|alle
returns stations with the specified statusallStations: true
returns all active and inactive stations. Overrides thestatus
option Deprecated
Returns detailed information about a specific LUQS station
Source: https://www.lanuv.nrw.de/luqs/messorte/steckbrief.php?ort={KUERZEL}
Returns the current measurements for all LUQS stations.
Source: https://www.lanuv.nrw.de/fileadmin/lanuv/luft/immissionen/aktluftqual/eu_luft_akt.htm