The following program is a way to build & host stock price graphs leveraging free apis. Enter the stock ticker into index.js, and the program will get the data, draw the graph, and host it all with a single command.
- Install node_modules
npm i
- Make Accounts and Aquire Api keys to the following services... Cloudinary, Plotly, IEX Cloud, AlphaVantage
- Rename
.env_unfilled
to.env
and enter the api keys that were recently aquired - Run the Following the programming using a test sample ticker of 'AMZN'.
node index.js