File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
# opensensemap-api-php-client
4
4
5
- A client for retrieving sensor data from a senseBox from the opensensemap api
5
+ <img src =" https://user-images.githubusercontent.com/3605512/62291810-2495bb80-b465-11e9-932e-2271f7e0167b.png?v=4&s=20 " width =" 300 " >
6
+
7
+ A lightweight client for retrieving sensor data from a senseBox from the opensensemap api.
8
+
9
+ ** This is not an official project from the senseBox team.**
6
10
7
11
## Usage
8
12
@@ -27,9 +31,11 @@ foreach ($senseBoxData->getSensorValues() as $sensorValue) {
27
31
28
32
The client gives you the latest data for a specific senseBox from the OpenSenseMap Api.
29
33
34
+ As there was no need for further features, none have been implemented. This could easily be done, though. Feel free to submit a PR.
35
+
30
36
## License
31
37
32
38
The client is published under the [ MIT license] ( LICENSE.md ) .
33
39
34
- senseBox and all related contents, visuals and brands are published under CC licenses or other public domain licenses.
40
+ [ senseBox] ( https://sensebox.de ) and all related contents, visuals and brands are published under CC licenses or other public domain licenses.
35
41
Make sure to check out the project.
You can’t perform that action at this time.
0 commit comments