We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 628491a commit d0e383eCopy full SHA for d0e383e
README.md
@@ -1,4 +1,10 @@
1
# nature-api
2
This API will provide basic nature data, such as sunrise/sunset, temperature, and weather data for home automation
3
4
-Send a GET request to https://lounsbrough.ddns.net/nature/sunrise-sunset
+Sample Request JSON:
5
+```json
6
+{
7
+ "authCode": "********"
8
+ }
9
+}
10
+```
0 commit comments