Skip to content

nachiketdhamankar/linkshrub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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