Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.11 KB

README.md

File metadata and controls

34 lines (25 loc) · 1.11 KB

Hello!

Welcome to my version of Linktr.ee. It's built by using cloudflare's wrangler to create a worker from router template.

You can check out the demo here - https://worker.nachiketsd.workers.dev/

Requirements

Following tasks were expected -

  1. Generate JSON API
  2. Serve HTML Page

Completion

  • JSON API

  • HTML Page

    • Retrieve Page
    • Get the links from your previously deployed JSON response
    • Use HTMLRewriter to add these links to the static HTML page
    • Return the transformed HTML page from the Worker
      • Profile
        • Avatar
        • Name
  • Extra Credit

    • Social Links
    • Update Title
    • Change background color
JSON API