Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/joshuaburt1/js_polygonapi-chart.js

Using Polygon.io API, view up to 5 stocks.
https://github.com/joshuaburt1/js_polygonapi-chart.js

chartjs polygonio

Last synced: about 8 hours ago
JSON representation

Using Polygon.io API, view up to 5 stocks.

Awesome Lists containing this project

README

        

# JS_PolygonAPI-Chart.js

# Link to live site
1. Go to the link.
2. Click on up to 5 stock tickers in the list.
3. Press "View Data".

# Run locally
1. Download code.
2. Go to https://polygon.io/dashboard/signup?redirect=%2Fdashboard%3F and get a free API key
3. In folder js, create a new file called keys.js -> const API_KEY = "your polygon.io api key";
4. Uncomment the 2 //LOCAL BUILD lines of code and comment out the //GITHUB PAGES SECRET METHOD
5. run index.html in a browser.