Skip to content

Simple Vue.js app thet allows you to subscribe and manage your stocks subscriptions using WebSocket

Notifications You must be signed in to change notification settings

theArina/stocks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Summary

Simple Vue.js + Vite app allowing you to make stocks subscriptions via WebSocket and editing watch list not using any UI framework

Glossary

Term Definition
ISIN The 12-digit alphanumeric code that uniquely identifies a specific instrument
instrument A tradable asset, or a negotiable item, such as a security, commodity, derivative, or index, or any item that underlies a derivative.
bid The highest price a buyer will pay to buy a specified number of shares of an instrument at any given time.
ask The lowest price at which a seller will sell the instrument.

ISIN Examples

DE000BASF111 US0378331005

Using this application

Pre-requisites

Make sure to have Node installed if you decide to run it locally.

Running the code

To install the dependencies use yarn install

After you have installed the dependencies you can run:

    $ npm run dev

To test run:

    $ npm run test

To build (if necessary) run:

    $ npm run build      

To check out the ready app run:

    $ npm run preview

About

Simple Vue.js app thet allows you to subscribe and manage your stocks subscriptions using WebSocket

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published