Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/helloandre/placeholder
image placeholder generator in golang
https://github.com/helloandre/placeholder
Last synced: 26 days ago
JSON representation
image placeholder generator in golang
- Host: GitHub
- URL: https://github.com/helloandre/placeholder
- Owner: helloandre
- Created: 2013-04-28T05:50:57.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-04-28T05:51:13.000Z (over 11 years ago)
- Last Synced: 2024-10-27T17:30:36.304Z (2 months ago)
- Language: Shell
- Size: 102 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## PlaceHolder
written in [Go](http://golang.org) on a lark in a couple hours on a Saturday night. Useful for inserting placeholder images into test pages. There are __way__ better/cooler/funnier ones out there, but I wanted to experiment doing things in Go.
## Usage
Install web.go (i'm lazy and didn't want to parse parameters)
go get github.com/hoisie/web
compile the progarmgo build main
I've included some helper scripts to get you going with Nginx and daemons. If you want to just test it, you can change "127.0.0.1" to "0.0.0.0" and just hit :9980 and skip using any proxy.You can pass w=xx&h=xx values to change whatever you would like.
#### live example at [http://ph.ablu.us](http://ph.ablu.us)