Add a nice screenshot to the README

merge-requests/2/merge
Jamie Wilkinson 2019-03-02 13:44:30 -05:00
parent ae14e34870
commit a1364a57dc
1 changed files with 8 additions and 2 deletions

View File

@ -1,9 +1,15 @@
# public-gateway-checker
# ipfs/public-gateway-checker
Checks which public IPFS gateways are online or not.
NOTE: All of these (except gateway.ipfs.io and ipfs.io) are hosted by third-parties and should be treated as such.
You can view the website via Github Pages: https://ipfs.github.io/public-gateway-checker/
You can view this website on GitHub Pages: https://ipfs.github.io/public-gateway-checker/
Here's a screenshot:
[![screenshot](https://ipfs.io/ipfs/QmUeCSd4gHio7MxZuRXCcLFXED9GpfntKcL87gmXvZV3ed)](https://ipfs.github.io/public-gateway-checker/)
A CLI version `ipfg` is available here: https://github.com/JayBrown/Tools/tree/master/ipfg
If you'd like to add a new public gateway, please edit `gateways.json` and submit a pull request.