Skip to content

score-partners/Internet-of-Things-Registry

 
 

Repository files navigation

Internet of Things Registry

This application shows all registered smart devices on a map. 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.

Requirements

  • npm

Installations

  • npm install

Development

Testing

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

React boilerplate Documentation

This application is build using React boilerplate, for more documentation:

Modifications on React boilerplate

  • The tunnel feature allowing access to your development setup from anywhere in the world no longer works. The ngrok package is no longer in the list of dependencies because it would not build on the build server.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.2%
  • CSS 4.4%
  • HTML 4.2%
  • Dockerfile 0.2%