A web app that shows users basic infomation on the stock ticker they input, and shows relevant articles at bottom of page
https://github.com/NoahJpg/Stock-market.git
- HTML
- CSS
- Bootstrap
- JavaScript
- webpack
- node.js
- eslint
- Jest
- Babel
- MarketAux API
- Polygon API
Web App that accepts a ticker symbol from the user. It then returns the stock's open, close, high, low, and trade volume. It also returns 3 clickable articles in a marquee footer based on the stock they input
- Clone this repository to your desktop.
- Navigate to the corresponding folder using your terminal.
- Enter the command
npm install
to install all necessary programs. - Create an API key for Polygo.io at https://polygon.io/
- Create an API key for MarketAux at https://www.marketaux.com/
- You will need to set up a .env file to store your API key(s).
- Build the project using webpack with $
npm run build
- Build the project and start a development server with
$ npm run start
- Lint JS files in the src folder with
$ npm run lint
- Run tests with Jest using
$ npm run test
- There are no known bugs at this time
MIT - If you have any issues running this HTML site, then I have failed on a massive level. Please reach out to me at noahatkinson1.1@gmail.com or feel free to edit the code yourself if you feel so inclined.
Copyright (c) [2023] [Noah Atkinson] [Kai Clausen] [Jacob Maier]