Skip to content

nclsppr/openSenseMap

 
 

Repository files navigation

OpenSenseMap

Join the chat at https://gitter.im/sensebox/openSenseMap

DEPRECATION NOTICE

Please be aware that active development of this branch will be stopped on 1st of August 2016. Afterwards, it will be renamed.

Installation

Go to the cloned repository and run

npm install
bower install

Now you are good to go and start up the server

grunt serve

Alternatively, you can use a webserver like nginx and point the web root to the /app folder:

server {
        root /var/www/OpenSenseMap/app;
        index index.html;
        location / {
                try_files $uri $uri/ /index.html;
        }

}

Code license: MIT License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 55.6%
  • HTML 25.1%
  • ApacheConf 10.6%
  • CSS 8.5%
  • Shell 0.2%