https://github.com/rishiosaur/frens
💖 a web collection for the best people in the world
https://github.com/rishiosaur/frens
Last synced: about 1 year ago
JSON representation
💖 a web collection for the best people in the world
- Host: GitHub
- URL: https://github.com/rishiosaur/frens
- Owner: rishiosaur
- License: mpl-2.0
- Created: 2020-10-31T15:54:03.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-01-06T15:51:12.000Z (over 3 years ago)
- Last Synced: 2025-03-27T12:23:31.787Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://w.rishi.cx
- Size: 745 KB
- Stars: 18
- Watchers: 2
- Forks: 10
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 💖 Frens






A minimal link shortener powered by Next.js and Vercel.
## Structure of a route:
```
{
url: string
name: string
public: boolean
title?: string
description?: string
}
```
`url` is the end URL that you'd like to redirect to.
`name` is the name of the route that redirects to `url`.
`public` is a boolean that determines whether or not this redirect shows up in the public directory.
## Adding yourself
The websites that show up on [the website](https://w.rishi.cx) can be found over at [`routes.json`](https://github.com/rishiosaur/frens/blob/main/routes.json)!
Just add yourself to the array in an object that conforms to the above protocol!
_Note_: You _must_ be on the Hack Club Slack (and be an active member) to be accepted into the collection :p