/linktree

A link tree app built with JavaScript and Cloudflare Wrangler Serverless App

Primary LanguageJavaScriptApache License 2.0Apache-2.0

LinkTree

Built with 👷 Cloudflare Worker!

LinkTree is a Serverless JavaScript Web Application and API linktree style protoype built with a Cloudflare Worker.

You can view my LinkTree here!

Installation

npm i @cloudflare/wrangler -g

Run Project

wrangler dev

API Endpoint

You can view the API endpoint at /links

{
  "links": [
    {
      "name": "LinkedIn",
      "url": "https://www.linkedin.com/in/caleb-fahlgren-8a8ba0170/"
    },
    {
      "name": "GitHub",
      "url": "https://github.com/cfahlgren1"
    },
    {
      "name": "Bulma",
      "url": "https://bulma.io/"
    },
    {
      "name": "CloudFlare",
      "url": "https://www.cloudflare.com/"
    }
  ]
}

License

MIT