Update readme
This commit is contained in:
17
README.md
17
README.md
@@ -1,11 +1,20 @@
|
|||||||
# Weather Adjustment Service
|
<img align="left" height="150" src="http://albahra.com/opensprinkler/icon-new.png"><h3> OpenSprinkler Weather Service <sup><img src="http://vb.teelaun.ch/OpenSprinkler/OpenSprinkler-Weather.svg"></sup></h3>
|
||||||
|
[](https://travis-ci.org/) [](https://codecov.io/github/OpenSprinkler/OpenSprinkler-Weather?branch=master) [](https://david-dm.org/OpenSprinkler/OpenSprinkler-Weather#info=dependencies)
|
||||||
## Description
|
[Official Site][official] | [Support][help] | [Changelog][changelog]
|
||||||
|
<br>
|
||||||
This script is used by OpenSprinkler Unified Firmware to update the water level of the device. It also provides timezone information based on user location along with other local information (sunrise, sunset, daylights saving time, etc).
|
This script is used by OpenSprinkler Unified Firmware to update the water level of the device. It also provides timezone information based on user location along with other local information (sunrise, sunset, daylights saving time, etc).
|
||||||
|
|
||||||
The production version runs on Amazon Elastic Beanstalk (AWS EB) and therefore this package is tailored to be zipped and uploaded to AWS EB. The script is written in Javascript for Node.JS.
|
The production version runs on Amazon Elastic Beanstalk (AWS EB) and therefore this package is tailored to be zipped and uploaded to AWS EB. The script is written in Javascript for Node.JS.
|
||||||
|
|
||||||
## File Detail
|
---
|
||||||
|
|
||||||
|
[official]: https://opensprinkler.com
|
||||||
|
[help]: http://support.opensprinkler.com
|
||||||
|
[changelog]: https://github.com/OpenSprinkler/OpenSprinkler-App/releases
|
||||||
|
[salbahra]: http://albahra.com
|
||||||
|
|
||||||
|
#### File Detail
|
||||||
|
|
||||||
**server.js** is the primary file launching the API daemon.
|
**server.js** is the primary file launching the API daemon.
|
||||||
|
|
||||||
**routes/*.js** contains all the endpoints for the API service. Currently, only one exists for weather adjustment.
|
**routes/*.js** contains all the endpoints for the API service. Currently, only one exists for weather adjustment.
|
||||||
|
|||||||
Reference in New Issue
Block a user