Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/qrexpy/domain-redirector

Domain endpoint redirector for all my projects
https://github.com/qrexpy/domain-redirector

matrix

Last synced: 11 days ago
JSON representation

Domain endpoint redirector for all my projects

Awesome Lists containing this project

README

        

# Domain Endpoint Redirector

This project is a domain endpoint redirector with a Matrix-style interface.

## Features

- **Matrix Style**: A visually appealing Matrix-style interface.
- **Redirection**: Redirects to various subdomains:
- [ubuntu-profile.qrexxed.me](https://ubuntu-profile.qrexxed.me)
- [discord-bio.qrexxed.me](https://discord-bio.qrexxed.me)

## Requirements

- Node.js
- npm (Node Package Manager)
- Git (optional)

## Usage (locally)

1. Clone the repository or download ZIP:
```sh
git clone https://github.com/qrexpy/domain-redirector
cd domain-redirector
```

2. Install http-server globally:
```sh
npm install -g http-server
```

3. Start the local server:
```sh
http-server -p 8000
```

4. Open in your browser:
- Navigate to [http://localhost:8000](http://localhost:8000) or to the IPs you got from terminal

## To-Do

1. Enhance the Matrix-style interface.