Skip to content

Instantly share code, notes, and snippets.

@blitline-dev
Created May 15, 2014 01:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save blitline-dev/554c97874142dc8a9daa to your computer and use it in GitHub Desktop.
Save blitline-dev/554c97874142dc8a9daa to your computer and use it in GitHub Desktop.
serial_functions.js
{
"application_id": "YOUR_APP_ID",
"src": "http://www.librato.com",
"src_type": "screen_shot_url",
"functions": [
{
"name": "resize_to_fit",
"params": {
"width": 800
},
"save": {
"image_identifier": "external_sample_1",
"extension": "png"
},
"functions": [
{
"name": "resize_to_fit",
"params": {
"width": 500
},
"save": {
"image_identifier": "external_sample_1",
"extension": "png"
}
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment