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:
ortsearch for a specifc citykurznamesearch for specific short name of stationsklassifizierung: alle|verkehr|industrie|hintergrund|ohne+zuordnungstatus: aktiv|inaktiv|allereturns stations with the specified statusallStations: truereturns all active and inactive stations. Overrides thestatusoption 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