Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 800 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 800 Bytes

Banner image

A stock splits calendar app built to test SvelteKit. Data from polygon.io.

Polygon.io API limits free calls to 5 per minute so I decided to move the stock splits data to a Node.js server and only fetch the ticker information from Polygon. In the end I also set all the Svelte routes to prerender, so the server should be redundant. The splits data is currently never refreshed though, maybe a todo for later...

The Node.js/SQLite server repository is at stock-splits-server.

Screenshot