Skip to content

acm-uiuc/pixel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ACM@UIUC Pixel

A 128x128 crowd-sourced display.

Examples

curl

    curl -d "x=0&y=0&color=red" -X POST pixel.acm.illinois.edu

python

import requests
requests.post('http://pixel.acm.illinois.edu', data={'x': '0', 'y': '0', 'color': '#FF0000'})

Endpoints

POST /

Renders a pixel with specified pixel color, at the given x and y coordinates.

Request body:

  • x: 0-127
  • y: 0-127
  • color: #FFFFFF or a supported color string.

GET /small.bmp

Fetches a 128x128 screenshot of the Pixel display.

About

Crappy Crowdsourced Drawings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published