/elm-stock-prices

Elm UI for stock prices listing

Primary LanguageElmGNU General Public License v3.0GPL-3.0

elm-stock-prices

UI for stock prices listing backed up by finnhub.io Websockets API

Demo

This started and probably will remain as an excercise of exploration of the frontend world by a backend software engineer.

How to use

  1. Clone the repo.
  2. Run
elm make .\src\Main.elm --output elm.js
  1. Open index.html using your favorite browser.