Skip to content
This repository was archived by the owner on Nov 21, 2018. It is now read-only.

Latest commit

 

History

History
21 lines (14 loc) · 485 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 485 Bytes

gist.phpoole.org

Turns a GitHub Gist into a static Web page.

⚠️ This is a Proof of Concept!

Installation

$ git clone https://github.com/PHPoole/gist.phpoole.org.git gist.phpoole.org
$ cd gist.phpoole.org
$ composer install

Usage

$ php -S localhost:8888 -t web

Visit http://localhost:8888/ and put a Gist ID in the input form (ie: f00d643bd2b6620e8e7a65e1229b4acf from https://gist.github.com/Narno/f00d643bd2b6620e8e7a65e1229b4acf).