Markdown proof archived links in README.md
This commit is contained in:
parent
f468ec5b6a
commit
c289c2591a
1 changed files with 6 additions and 4 deletions
10
README.md
10
README.md
|
|
@ -4,10 +4,12 @@ A quick and simple service for getting pictures of whatever-you-want
|
||||||
for use as placeholders in your designs or code. Just put your image
|
for use as placeholders in your designs or code. Just put your image
|
||||||
size (width & height) after the URL and you'll get a placeholder.
|
size (width & height) after the URL and you'll get a placeholder.
|
||||||
|
|
||||||
Similar URL API as [Placekitten]([http://placekitten.com](https://web.archive.org/web/20110504042732/http://placekitten.com/)).
|
There is also a bookmarklet service which enhances sites with many images.
|
||||||
|
|
||||||
There is also a bookmarklet service which works the same as
|
Inspirations:
|
||||||
[Horse_ebookmarklet]([http://www.heyben.com/horse_ebookmarklet/](https://web.archive.org/web/20120223050454/http://www.heyben.com/horse_ebookmarklet/)).
|
|
||||||
|
* https://web.archive.org/web/20110504042732/http://placekitten.com/
|
||||||
|
* https://web.archive.org/web/20120223050454/http://www.heyben.com/horse_ebookmarklet/.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
|
@ -44,7 +46,7 @@ Containerfile.
|
||||||
## Example calls
|
## Example calls
|
||||||
|
|
||||||
# generates an image, 200px wide and 300px tall
|
# generates an image, 200px wide and 300px tall
|
||||||
http://localhost:5000/200/300
|
http://localhost:5000/200/300*
|
||||||
|
|
||||||
# generates an image in grayscale, 200px wide and 300px tall
|
# generates an image in grayscale, 200px wide and 300px tall
|
||||||
http://localhost:5000/g/200/300
|
http://localhost:5000/g/200/300
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue