Skip to content

Instantly share code, notes, and snippets.

@wraithan
Created August 11, 2011 21:10
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 wraithan/1140785 to your computer and use it in GitHub Desktop.
Save wraithan/1140785 to your computer and use it in GitHub Desktop.
chronos ideas
// https://chronos.wraithan.net/new
post = {
timestamp: 'yyyy-mm-ddThh:mm:ss', // http://en.wikipedia.org/wiki/ISO_8601
// 'local time' will be taken to mean Pacific Time
callback: 'https://example.com/', // https required?
data: {
example: 'data to send',
},
api_token: '0450506f2e1ad187e7206712ee32a888fdfda1e9', // acquired from the website ahead of time
}
response = {
id: '102934',
}
callback = {
data: {
example: 'data to send',
},
id: '102934',
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment