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

https://github.com/firestreaker2/mirror

Simple way to quickly mirror a site
https://github.com/firestreaker2/mirror

express http-proxy-middleware ts typescript

Last synced: 10 months ago
JSON representation

Simple way to quickly mirror a site

Awesome Lists containing this project

README

          

![Mirror](https://socialify.git.ci/FireStreaker2/Mirror/image?description=1&forks=1&issues=1&language=1&name=1&owner=1&pulls=1&stargazers=1&theme=Dark)

# About
Mirror is a quick way to mirror a site, using [http-proxy-middleware](https://www.npmjs.com/package/http-proxy-middleware). It was made with [express](https://expressjs.com/) and [TypeScript](https://www.typescriptlang.org/).

# Usage
## Setup
```bash
$ git clone https://github.com/FireStreaker2/Mirror.git
$ cd Mirror
$ npm i
$ npm start
```

## Configuration
* ``PORT``: port of the webserver
* ``URL``: url to mirror

# License
[MIT](https://github.com/FireStreaker2/Mirror/blob/main/LICENSE)