Skip to content

A Node.js application to get Stock Details of a company and Visualize it beautifully.

Notifications You must be signed in to change notification settings

kshitizified/nodestock

Repository files navigation

NodeStock

NodeStock is a Nodejs web app that can help us to know about the Market Stocks of a Company and also helps us Visualize those data.

How it works ?

NodeStock fetches all its data from a third party API. For doing that, NodeStock makes an Asnyc call to API endpoints. It then aggregates the data received in response, does some data-marshalling for displaying them and also does some data-processing for drawing beautiful Visualizer graphs.

Technologies Used:

NodeStock is a nodejs app. For handling the routes, it uses expressjs framework. For displaying the data and rendering of views (HTML Pages) it uses express-handlebars. It uses HighCharts for drawing beautiful line charts for Stock Trend Visualizer. All frontend components are Bootstrap Components. NodeStock also uses some custom CSS, font library of font-awesome 4 and some client side Javascript too.

Screenshots:

**Home Screen image

**About NodeStock image

**Sample Supported Stock Exchange Symbols image

**Looking up a stock exchange symbol for a company image

**Stock Lookup Result image

**About Company Searched image

**Stock Trend Visualizer for today image

**Current Month's Stocks Trend Visualizer image

**Closing Price Visualizer in Current Month's Stocks Trend Visualizer image

**Closing Price Visualizer in Today's Stock Trend Visualizer image

**Not Found Page image

Thank you for exploring this repository, I would love to see your Pull Requests to improve NodeStock further.

About

A Node.js application to get Stock Details of a company and Visualize it beautifully.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published