Skip to content

Instantly share code, notes, and snippets.

View xor-xor's full-sized avatar

xor-xor

View GitHub Profile
@xor-xor
xor-xor / layout_config.yaml
Last active August 29, 2015 14:06
example for line_chart
#!/usr/bin/env python
import json
import requests
API_KEY = 'xxx'
API_URL = 'http://127.0.0.1:7272/api/v0.1/{}'.format(API_KEY)
API_URL_PUSH = '/'.join((API_URL, 'push'))
API_URL_TILECONFIG = '/'.join((API_URL, 'tileconfig'))