Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 618 Bytes

readme.md

File metadata and controls

32 lines (24 loc) · 618 Bytes

Freedom is your choice!

live demo : https://image-mirror.herokuapp.com

Simply use this url to cover up your blocked url

eg. https://image-mirror.herokuapp.com/https://yourblockedurl.com/image.png

Usage :

<img src="https://image-mirror.herokuapp.com/https://yourblockedurl.com/image.png">

Installation

(if you want to run service with your own server)

  1. Setup Node.JS on your server.
  2. Clone this repository
$ git clone https://github.com/0wx/image-mirror
$ cd image-mirror
  1. Install all dependencies
$ npm i
  1. Run the server
$ npm start