Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.46 KB

README.md

File metadata and controls

39 lines (28 loc) · 1.46 KB

senseBox Hub

This repository contains the code of the Hub that is designed to hold several apps that were built in the senseBox project. To get more information about openSenseMap and senseBox visit the before mentioned links or have a look at this video or read the openSenseMap chapter in our books.

The Hub can be accessed via this link Dashboard

Getting started

Prerequisites

Installing

  1. Clone the repository git clone https://github.com/sensebox/Hub
  2. Install Dependencies cd Hub/ && npm install
  3. Run the app locally in development mode npm start

The src-folder contains all files for further development. views contains the components that will get rendered. assets contains stylesheets, fonts, images.

Branches

  • master
  • development

Built with

  • React - The web framework used
  • HighCharts - Library used for visualizing data

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

Thanks to creativeTim for publishing his Light Bootstrap Dashboard with which the basis of this app has been built.

senseBox /)