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

@airemad/node-acustic

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@airemad/node-acustic

Node.js Libary to collect, analyze and digest the Acustic Pollution in Madrid

  • 1.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

@airemad/node-acustic

Node.js Libary to collect, analyze and digest the Acustic Pollution in Madrid

npm version license downloads Known Vulnerabilities

About

Node.js Libary to collect, analyze and digest the Acustic Pollution in Madrid

❤️ Awesome Features:

  • debug is supported 💪
  • Out of the box simple Interface. 🔥
  • Check report integrity against Json Schemas 🧐
  • Includes context info like hash, timestamp, source... 🥷
  • Easy to use and great test coverage ✅

Installation

npm install @airemad/node-acustic

Usage

const { getLastReport } = require('@airemad/node-acustic')

;(async () => {
    const {data, hash, source, timestamp} = await getLastReport()
    console.log(hash)      // 1369f90ec7205649da9abbbc98f63e35
    console.log(source)    // https://www.mambiente.madrid.es/opendata/ruido.txt
    console.log(timestamp) // 1651271749972
    console.log(data)
/*
[
    ...,
    {
        id: '86',
        uuid: '271a6e0a-9d62-49cd-a772-57c1b492441f',
        name: 'Tres Olivos',
        period: 'night',
        date: '2022-04-21',
        laeq: 47,
        las01: 58,
        las10: 51,
        las50: 39,
        las90: 36,
        las99: 36
    }
]
*/

})()

Built With

Development only:

Production only:

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the GNU AGPL3.0 License - see the LICENSE.md file for details

Data sources

We use Madrid Datos Abiertos:

Keywords

FAQs

Package last updated on 30 Apr 2022

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