mirror of
https://github.com/kennethreitz/coinbin.org.git
synced 2026-06-05 23:10:17 +00:00
pretty graphs on homepage!
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@ from fbprophet import Prophet
|
||||
from scraper import Coin, MWT, convert_to_decimal
|
||||
|
||||
|
||||
PERIODS = 365
|
||||
PERIODS = 30
|
||||
|
||||
|
||||
@MWT(timeout=300)
|
||||
|
||||
@@ -76,6 +76,13 @@
|
||||
|
||||
<h2>Experimental (e.g. <em>fun</em>) Endpoints</h2>
|
||||
|
||||
<h3>Prediction of LBC Price (using <em>machine learning</em>)</h3>
|
||||
<p> </p>
|
||||
|
||||
<a href="https://coinbin.org/lbc/forecast/graph">
|
||||
<img src="/lbc/forecast/graph" alt="Graph of LBC prediction.">
|
||||
</a>
|
||||
|
||||
<p></p>
|
||||
<code><strong>$ curl <a href="https://coinbin.org/lbc/forecast">https://coinbin.org/lbc/forecast</a></strong></code>
|
||||
<pre>
|
||||
|
||||
Reference in New Issue
Block a user