Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/joshuaburt1/js_polygonapi-chart.js
- Owner: JoshuaBurt1
- Created: 2025-01-17T02:54:50.000Z (20 days ago)
- Default Branch: main
- Last Pushed: 2025-01-17T04:02:18.000Z (20 days ago)
- Last Synced: 2025-01-17T04:32:07.732Z (20 days ago)
- Topics: chartjs, polygonio
- Language: JavaScript
- Homepage: https://joshuaburt1.github.io/JS_PolygonAPI-Chart.js/
- Size: 603 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.