diff options
author | Nick Van Doorn <vandoorn.nick@gmail.com> | 2019-03-29 00:43:48 -0700 |
---|---|---|
committer | Nick Van Doorn <vandoorn.nick@gmail.com> | 2019-03-29 00:43:48 -0700 |
commit | ceb85c0b4bfafa504c59d90b6bea0a8d673411db (patch) | |
tree | a63252f53b2ea5bbef90adaecb1f8fd1ba56606e /readme.md | |
parent | e376b52cb760788c8cc34a55d8a971f476d7be00 (diff) |
Include demo link
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2,6 +2,10 @@ A React hook for the current level of sunlight on an integer scale from `[0,10]`. Solar altitudes in the range `[0, PI]` are mapped to their height above the horizon on the unit circle (scaled up by 10), and all range below the horizon (`[PI, 2PI]`) are mapped to zero. +## Demo + +[https://jolly-nobel-4ebf9d.netlify.com](https://jolly-nobel-4ebf9d.netlify.com) + ## Usage ```javascript |