Skip to content

vivekamin/stock-price-streamer

Repository files navigation

Stock Price Streamer

Desktop View

desktop1

Mobile View

mobile

This project was generated with Angular CLI version 1.5.0.

Problem

Create a service that allows for a user to search for stock name. On a successful search It will add current stock price to list.The user can add and remove as many stocks as he likes to add. The Graph and list will show a live price change for all stocks.

Solution

Developed Angular application to consume IEX Trading RESTful API. Deployed application on heroku using express.js as dependency.

Technology Stack

Angular,BootStrap v3, HTML, Heroku & express.js(for deployement). For charts, I have used ng2-charts which implements chart.js(library) for Angular

My LinkedIn Profile

LinkedIn

Run the project

git clone https://github.com/vivekamin/LiveStockViewer.git

npm install

npm start(To run the application)

hit http://localhost:8080

or

ng serve(for development )

hit http://localhost:4200

About

Application of Live Stock Price Streamer

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published