marshall86 / angular-node-ws

An Angular project that comunicate with a Node.js server to show realtime stocks quotes through a Websocket

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

angular-realtime-stocks-quotes

An Angular project that comunicate with a NodeJs server to show realtime stocks quotes through a Websocket. The Node.js server connect to the Yahoo API to retrieve some stocks quotes (can be easily changed in the app.component.ts of the Angular project)

To use the Yahoo API is important to update API_KEY in the ws.ts file.

Installation

npm i

RUN

node ./ws.ts (or node .\ws.ts on Windows)

About

An Angular project that comunicate with a Node.js server to show realtime stocks quotes through a Websocket


Languages

Language:TypeScript 66.4%Language:JavaScript 17.4%Language:HTML 10.1%Language:SCSS 6.1%