Skip to content

Commit b8d3be7

Browse files
committed
Readme updates
1 parent 04d9a69 commit b8d3be7

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22

33
# opensensemap-api-php-client
44

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.**
610

711
## Usage
812

@@ -27,9 +31,11 @@ foreach ($senseBoxData->getSensorValues() as $sensorValue) {
2731

2832
The client gives you the latest data for a specific senseBox from the OpenSenseMap Api.
2933

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+
3036
## License
3137

3238
The client is published under the [MIT license](LICENSE.md).
3339

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.
3541
Make sure to check out the project.

0 commit comments

Comments
 (0)