Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 484 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 484 Bytes

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.