
Security News
Feross on Risky Business Weekly Podcast: npm’s Ongoing Supply Chain Attacks
Socket CEO Feross Aboukhadijeh joins Risky Business Weekly to unpack recent npm phishing attacks, their limited impact, and the risks if attackers get smarter.
opensensemap
Advanced tools

This repository contains the code of the openSenseMap frontend running at https://opensensemap.org. 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. openSenseMap is part of the senseBox project.
Originally, this frontend has been built as part of the bachelor thesis of @mpfeil at the ifgi (Institute for Geoinformatics, WWU Münster) and is currently maintained by @mpfeil.
The easiest way to get up and running with your own copy is clicking the Deploy to Netlify button below. It will clone the repository into your own account, and deploy the site to Netlify. It is going to ask for Maptiles url
and API endpoint
. Please use the default values listed under configuration or use your own.
You can configure the API endpoint and/or map tiles using the following environmental variables:
ENV | Default value |
---|---|
OPENSENSEMAP_API_URL | https://api.testing.opensensemap.org |
OPENSENSEMAP_MAPTILES_URL | http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png |
You can set them in your terminal
or change the default values in the Gruntfile.
development
branch (git checkout development
)npm install
and npx bower install
git checkout -b my-awesome-branch
npx grunt serve
)development
branchSee also: CONTRIBUTING
For installing openSenseMap and openSenseMap-API with Docker check out our oSeM-compose repository.
To build just openSenseMap you can run:
docker build -t osem .
Following build-args
are availble:
Build Arg | Default value |
---|---|
OPENSENSEMAP_API_URL | https://api.opensensemap.org |
OPENSENSEMAP_MAPTILES_URL | http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png |
MIT - Matthias Pfeil 2015 - now
FAQs

We found that opensensemap demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Socket CEO Feross Aboukhadijeh joins Risky Business Weekly to unpack recent npm phishing attacks, their limited impact, and the risks if attackers get smarter.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.