An open API service indexing awesome lists of open source software.

https://github.com/3kh0/dnseditor

Simple Nuxt app to view Hack Club's DNS records, pulling data from the hackclub/dns repo.
https://github.com/3kh0/dnseditor

Last synced: 17 days ago
JSON representation

Simple Nuxt app to view Hack Club's DNS records, pulling data from the hackclub/dns repo.

Awesome Lists containing this project

README

          

# Hack Club DNS Editor

A Nuxt app for browsing Hack Club's DNS records and opening pull requests to add subdomains on [`hackclub/dns`](https://github.com/hackclub/dns).

## Development

This project uses [Bun](https://bun.sh/):

```bash
bun install
cp .env.example .env # then fill in GITHUB_TOKEN
bun run dev
```

## Live demo

Use it at [dns.hackclub.com](https://dns.hackclub.com)