Skip to content

florestony54/stockwatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stockwatch

A web application used to get charts, stats, and recent news articles about stocks.

v3.0

Screenshot

Installation and Setup

Clone this repository onto your machine. To install you will need node and npm (node package manager) installed globally on your machine as well.

Installation

npm install

To start development server

npm start

To visit app

visit localhost:3000 in web browser

Important

This is just the frontend of the application. This app requires a server to retrieve the data from APIs: Github repo for the server

Tools

TradingView lightweight-charts and alphavantage API are used in this project for charting. News data and statistics are pulled from the Yahoo-Finance API.