Skip to content

Amsterdam/sensorenregister-frontend

Register Slimme Apparaten

This application shows all registered smart devices on a map of Amsterdam. If zoomed out, they are clustered together. To see the individual smart devices, zoom in or click on a cluster. The smart devices are divided in several categories and types, depending on the kind of data that they collect. Users can also fill out a form to contact the owner of a smart device to ask questions about the data.

This application reads from this backend: https://github.com/amsterdam/iot-api

Requirements

  • node v16
  • npm

Installations

  • npm install

Development

Testing

  • npm test
  • A minimum test coverage is defined under coverageThreshold in package.json