/stocks-with-socks

stocks with socks

Primary LanguageJavaScript

Stocks with Socks

A minimalistic, intuitive web-socket application that allows you to recieve stock updates

Why Web sockets?

When trading and investing in the stock market, you need instant updates to maximize profit, and Web sockets are fater than HTTP requests/responses

Features

  • Fullscreen mode
  • Cross platform
  • Conventional Ui/UX design

Run Locally

Clone the project

  git clone https://github.com/RogueNPC/stocks-with-socks.git

Go to the project directory

  cd stocks-with-socks

Install dependencies

  npm install

Start the server

  node app.js

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

FINNHUB_API_KEY

MAILGUN_API_KEY

Screenshots

App Screenshot

Once you verify your email, you'll recieve your stock updates:

App Screenshot

Tech Stack

Client: HTML, CSS

Server: Node, Express,

Other tools: Socket.IO, nodemailer, Finnhub

Authors

MIT License