Skip to content

A stock market app using IEX cloud's API. Allows user to create a watchlist of stocks with search functionality. the user can monitor both historical and current data using IEX clouds API. Awesome group effort.

Notifications You must be signed in to change notification settings

BrycenGit/stock-market

 
 

Repository files navigation

WATCH LIST

View stocks, watch stocks and learn.

Powered by IEX Cloud

September 17, 2020

Created By

Description

Watch List provides financial data in a clear easy to read format. Powered by IEX Cloud, users can navigate easily to gain the latest information on companies of interest. All the data you need to know in a easy to read and search format.

Setup/Installation Requirements

  • Download or clone project to your computer
  • Open project folder and add API Key by following instructions below
  • Open terminal and navigate to the root directory of project
  • In terminal use command npm install
  • Run npm run start
  • API Key:
    • Visit https://iexcloud.io/
    • Enter your email into bar on landing page and click 'Start Now'
    • Fill out form and create and account
    • Select 'Get started for free' for basic API key
    • Verify your account via your email
    • Return to site to gain access to your key
    • Create .env file and enter API_KEY:Your Key
    • Save .env file into project for access

Known Bugs

There is a limit to data when using the free version on iex cloud. Since this product uses many data points, it is highly recommended to have paid account for a more stable product.

Support and contact details

If you run into any issues or have questions, ideas or concerns contact the team at:

Technologies Used

License

GitHub license

(c) 2020

Daniel Schaaf, Joesph Niles, Brycen Bartolome, Michael Watts, Natalie Murphy

About

A stock market app using IEX cloud's API. Allows user to create a watchlist of stocks with search functionality. the user can monitor both historical and current data using IEX clouds API. Awesome group effort.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 82.5%
  • CSS 9.7%
  • HTML 7.8%