{"id":28935130,"url":"https://github.com/sensebox/opensensemap","last_synced_at":"2025-06-22T19:10:43.570Z","repository":{"id":12770149,"uuid":"15443575","full_name":"sensebox/openSenseMap","owner":"sensebox","description":"Platform for storing and exploring sensor data","archived":false,"fork":false,"pushed_at":"2025-05-22T13:02:43.000Z","size":13838,"stargazers_count":107,"open_issues_count":53,"forks_count":51,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-06-22T17:46:05.625Z","etag":null,"topics":["citizenscience","iot","opensensemap","platform","sensor"],"latest_commit_sha":null,"homepage":"https://opensensemap.org","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sensebox.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2013-12-26T01:57:42.000Z","updated_at":"2025-05-26T12:26:48.000Z","dependencies_parsed_at":"2023-10-13T16:13:46.614Z","dependency_job_id":"357c9032-abfc-4507-9604-5b89514d250f","html_url":"https://github.com/sensebox/openSenseMap","commit_stats":{"total_commits":1061,"total_committers":27,"mean_commits":39.2962962962963,"dds":"0.35438265786993406","last_synced_commit":"e48792cbf6ac7365143d9860c3ba589f55783cf6"},"previous_names":[],"tags_count":49,"template":false,"template_full_name":null,"purl":"pkg:github/sensebox/openSenseMap","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sensebox%2FopenSenseMap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sensebox%2FopenSenseMap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sensebox%2FopenSenseMap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sensebox%2FopenSenseMap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sensebox","download_url":"https://codeload.github.com/sensebox/openSenseMap/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sensebox%2FopenSenseMap/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261348752,"owners_count":23145315,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["citizenscience","iot","opensensemap","platform","sensor"],"created_at":"2025-06-22T19:10:42.933Z","updated_at":"2025-06-22T19:10:43.551Z","avatar_url":"https://github.com/sensebox.png","language":"HTML","readme":"![openSenseMap](https://raw.githubusercontent.com/sensebox/resources/master/images/openSenseMap_github.png)\n\n[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)\n\nThis repository contains the code of the openSenseMap frontend running at [https://opensensemap.org](https://opensensemap.org). To get more information about openSenseMap and senseBox visit the before mentioned links or have a look at this [video](https://www.youtube.com/watch?v=I8ZeT6hzjKQ) or read the [openSenseMap](https://docs.sensebox.de/category/opensensemap/) chapter in our documentation. openSenseMap is part of the [senseBox] project.\n\nOriginally, this frontend has been built as part of the bachelor thesis of [@mpfeil](https://github.com/mpfeil) at the ifgi (Institute for Geoinformatics, WWU Münster) and is currently maintained by [@mpfeil](https://github.com/mpfeil).\n\nThe 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](#Configuration) or use your own.\n\n[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/sensebox/openSenseMap)\n\n## Configuration\n\nYou can configure the API endpoint and/or map tiles using the following environmental variables:\n\n| ENV | Default value |\n| --------- | ----------------- |\n| OPENSENSEMAP_API_URL     | https://api.testing.opensensemap.org |\n| OPENSENSEMAP_CMS_URL     | \u003cYOUR_DIRECTUS_CMS_URL\u003e |\n| OPENSENSEMAP_STYLE_URL |  \u003cYOUR_MAPBOX_STYLE_URL\u003e |\n| OPENSENSEMAP_ACCESS_TOKEN | \u003cYOUR_MAPBOX_ACCESS_TOKEN\u003e |\n\nYou can set them in your `terminal` or create a file called `.env` and set the values.\n\n## Development\n\n- Have [Node.js] v10, [grunt]() and [bower]() installed\n- Check out a branch for your feature (`git checkout my-aweseome-feature`)\n- Run `npm install` and `npx bower install`\n- Run frontend in development mode (`npx grunt serve`)\n- Commit your changes to your branch and push it to your fork\n- Create a pull request against the `master` branch\n\nSee also: [CONTRIBUTING](.github/CONTRIBUTING.md)\n\n## Release\n\nTo release a new version of the openSenseMap frontend do the following:\n\n- Run `npm run release` on `master` branch\n- Run `git push --follow-tags origin master`\n- Create new release on [Github Release](https://github.com/sensebox/openSenseMap/releases)\n\n## Related projects\n\n### Services\n\n- [openSenseMap Backend](https://github.com/sensebox/openSenseMap-API)\n- [openSenseMap translations](https://github.com/sensebox/openSenseMap-i18n)\n\n### Deployment\n\n- [OSeM-compose](https://github.com/sensebox/OSeM-compose)\n- [openSenseMap-infrastructure](https://github.com/sensebox/openSenseMap-infrastructure)\n\n## Technologies\n\n* [AngularJS]\n\n## Organization\n\n### Branches\n\n- master (runs on testing server)\n  - Is used for production container build tags\n\n## Docker\n\n### openSenseMap including openSenseMap-API\n\nFor installing openSenseMap and openSenseMap-API with Docker check out our [oSeM-compose](https://github.com/sensebox/OSeM-compose) repository.\n\n### openSenseMap\n\nTo build just openSenseMap you can run:\n```docker build -t osem .```\n\nFollowing ```build-args``` are availble:\n\n| Build Arg | Default value |\n| --------- | ----------------- |\n| OPENSENSEMAP_API_URL     | https://api.opensensemap.org |\n| OPENSENSEMAP_CMS_URL     | \u003cYOUR_DIRECTUS_CMS_URL\u003e |\n| OPENSENSEMAP_STYLE_URL |  \u003cYOUR_MAPBOX_STYLE_URL\u003e |\n| OPENSENSEMAP_ACCESS_TOKE | \u003cYOUR_MAPBOX_ACCESS_TOKEN\u003e |\n\n## License\n\n[MIT](LICENSE) - Matthias Pfeil 2015 - now\n\n[AngularJS]:https://angularjs.org/\n[Node.js]:http://nodejs.org/\n[openSenseMap]:https://opensensemap.org/\n[senseBox]:https://sensebox.de/\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsensebox%2Fopensensemap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsensebox%2Fopensensemap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsensebox%2Fopensensemap/lists"}