Sign inSign up

sensebox/opensensemap

By sensebox

Updated about 9 years ago

opensensemap.org

Image
API management
Internet of things
Data science
1

10K+

sensebox/opensensemap repository overview

openSenseMap

Installation

Docker
openSenseMap including openSenseMap-API

For installing openSenseMap and openSenseMap-API with Docker check out our oSeM-compose repository.

openSenseMap

To build just openSenseMap you can run: docker build -t osem .

Following build-args are availble:

Build ArgDefault value
OPENSENSEMAP_API_URLhttps://api.opensensemap.org
OPENSENSEMAP_MAPTILES_URLhttp://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png
Local installation

Clone this repository git clone [email protected]:sensebox/openSenseMap.git

Go to the cloned repository and install all dependencies by running

npm install
bower install

Now you are good to go and start up the server in development mode by running:

grunt serve

If you want to change the API endpoint and/or the map tiles you can do so in the Gruntfile. Therefore you can change the replace:devapi and/or replace:devmaps tasks.

Contributing

Contributions are welcome, see CONTRIBUTING.md.

License

  • Code: MIT License

See LICENSE file.

Tag summary

Content type

Image

Digest

Size

373.5 MB

Last updated

about 9 years ago

docker pull sensebox/opensensemap