January 2018
Intermediate to advanced
470 pages
11h 9m
English
The Scala web application, which takes the most recent Bitcoin price data on the Bitstamp exchange every minute from the Cryptocompare API, uses a trained ML classifier to predict the direction of price change for the next minute. It notifies the user about the decision.
Now, to launch it, from a directory with project type sbt run (or $ sudo sbt run when required). Now let us see the contents of the application.conf file:
# This is the main configuration file for the application.# Secret key# The secret key is used to secure cryptographics functions.# If you deploy your application to several instances be sure to use the same key!application.secret="%APPLICATION_SECRET%"# The application languages ...
Read now
Unlock full access