{"id":18815735,"url":"https://github.com/rishiosaur/talks","last_synced_at":"2026-01-14T03:30:19.151Z","repository":{"id":40707711,"uuid":"319037367","full_name":"rishiosaur/talks","owner":"rishiosaur","description":"🗣 All of my conference talks, repositories, and recordings!","archived":false,"fork":false,"pushed_at":"2023-01-06T17:00:36.000Z","size":2278,"stargazers_count":3,"open_issues_count":17,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-12-30T01:31:35.520Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://talks.rishi.cx","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rishiosaur.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-12-06T13:16:29.000Z","updated_at":"2023-03-07T16:56:13.000Z","dependencies_parsed_at":"2023-02-06T07:01:01.711Z","dependency_job_id":null,"html_url":"https://github.com/rishiosaur/talks","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"rishiosaur/ll","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rishiosaur%2Ftalks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rishiosaur%2Ftalks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rishiosaur%2Ftalks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rishiosaur%2Ftalks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rishiosaur","download_url":"https://codeload.github.com/rishiosaur/talks/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239753703,"owners_count":19691160,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-07T23:50:28.749Z","updated_at":"2026-01-14T03:30:19.037Z","avatar_url":"https://github.com/rishiosaur.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LL\n\n![lint status](https://github.com/rishiosaur/talks/workflows/lint/badge.svg)\n![format status](https://github.com/rishiosaur/talks/workflows/format/badge.svg)\n![GitHub issues](https://img.shields.io/github/issues/rishiosaur/talks)\n![GitHub contributors](https://img.shields.io/github/contributors/rishiosaur/talks)\n![GitHub last commit](https://img.shields.io/github/last-commit/rishiosaur/talks)\n\nA minimal link shortener powered by Next.js and Vercel.\n\n## Structure of a route:\n\n```\n{\n  url: string\n  name: string\n  public: boolean\n  title?: string\n  description?: string\n}\n```\n\n`url` is the end URL that you'd like to redirect to.\n`name` is the name of the route that redirects to `url`.\n`public` is a boolean that determines whether or not this redirect shows up in the public directory.\n\n## Basic Setup\n\n`LL` was created to be completely open; it works with any data source that returns an array of objects that conform to the above protocol.\n\nFor the most basic setup, you can generate a basic data source by using the [ll-basic](https://github.com/rishiosaur/ll-basic) template. Hit the `routes.json` file and click \"Raw\" (the returned JSON implements the above protocol; try parsing it yourself!)\n\nThe returned URL will be your API url. Just click the button below, and fill in the appropriate fields.\n\n[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/git/external?repository-url=https%3A%2F%2Fgithub.com%2Frishiosaur%2Fll\u0026env=apiURL\u0026project-name=link-shortener\u0026repo-name=link-shortener)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frishiosaur%2Ftalks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frishiosaur%2Ftalks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frishiosaur%2Ftalks/lists"}