Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 250 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 250 Bytes

stockscreener

An OTP application

Build

$ rebar3 compile

To get the stocks information, paste the source url in a configuration file config/sys.config:

[
 {stonks,
  [
   {stocks_source_url, "[SOURCE_URL]"}
  ] 
 }
].