
Product
Announcing Bun and vlt Support in Socket
Bringing supply chain security to the next generation of JavaScript package managers
@airemad/stations
Advanced tools
List of the measurement stations available in Madrid
List of the measurement stations available in Madrid
npm install @airemad/stations
const { getAll } = require('@airemad/stations')
const stations = getAll()
console.log(stations)
/*
[
...,
{
"id": "86",
"uuid": "271a6e0a-9d62-49cd-a772-57c1b492441f",
"name": "Tres Olivos",
"altitude": 715,
"coordinates": {
"ed50": [40.5005555555556, -3.68972222222222], // Lat, Lon
"wgs84": [40.5005477, -3.6897308] // Lat, Lon
},
"additionDate": "2010-02-08", //Format: YEAR-MM-DD
"isActive": true,
"isAcustic": true,
"acusticAvailableValues": ["LAEQ", "LAS01", "LAS10", "LAS50", "LAS90", "LAS99"]
}
]
*/
const { getStationById } = require('@airemad/stations')
const station = getStationById('0086') // 86, '86', '000086' ...
console.log(station)
/*
{
"id": "86",
....
}
*/
const inventedStation = getStationById('999999')
console.log(inventedStation) // null
Development only:
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
See also the list of contributors who participated in this project.
This project is licensed under the GNU AGPL3.0 License - see the LICENSE.md file for details
We use Madrid Datos Abiertos:
FAQs
List of the measurement stations available in Madrid
We found that @airemad/stations demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Product
Bringing supply chain security to the next generation of JavaScript package managers

Product
A safer, faster way to eliminate vulnerabilities without updating dependencies

Product
Reachability analysis for Ruby is now in beta, helping teams identify which vulnerabilities are truly exploitable in their applications.