Purposes:
- Act as a secondary resume, with more detailed explanations on my work.
Serverless API calling with Wrangler (Cloudflare workers). Serverless platforms are altneratives to a backend for API calling.
This is done in to obtain Leetcode statistics, while allowing Cross Origin Resource Sharing. (CORS)
- npm install -g wrangler
- wrangler login
- wrangler init my-worker
- edit index.js
- wrangler deploy
Issues:
- Zooming in or out of page scales wrongly
- Mobile version does not work