Skip to content

Instantly share code, notes, and snippets.

@tirams
Created October 15, 2015 06:27
Show Gist options
  • Save tirams/3f4965b8188b4e44a379 to your computer and use it in GitHub Desktop.
Save tirams/3f4965b8188b4e44a379 to your computer and use it in GitHub Desktop.
module['exports'] = function apps (hook) {
var apps = [
{
"id": "0c4aq6aaaaab",
"name": "Neoptu",
"lastAccessed": null,
"dateFormat": "MM-dd-uuuu",
"timeZone": "America/Los_Angeles",
"firstDayOfWeek": 1,
"tables": [
{
"id": "0c4aq6aaaaac"
}
],
"relationships": [],
"aliases": {
"_DBID_TABLE_1": "0c4aq6aaaaac"
}
},
{
"id": "0c4aq6aaaaad",
"name": "Tawabcol",
"lastAccessed": null,
"dateFormat": "MM-dd-uuuu",
"timeZone": "America/Los_Angeles",
"firstDayOfWeek": 1,
"tables": [
{
"id": "0c4aq6aaaaae"
}
],
"relationships": [],
"aliases": {
"_DBID_TABLE_1": "0c4aq6aaaaae"
}
},
{
"id": "0c4aq6aaaaaf",
"name": "Sih",
"lastAccessed": null,
"dateFormat": "MM-dd-uuuu",
"timeZone": "America/Los_Angeles",
"firstDayOfWeek": 1,
"tables": [
{
"id": "0c4aq6aaaaag"
}
],
"relationships": [],
"aliases": {
"_DBID_TABLE_1": "0c4aq6aaaaag"
}
},
{
"id": "0c4aq6aaaaah",
"name": "Suce",
"lastAccessed": null,
"dateFormat": "MM-dd-uuuu",
"timeZone": "America/Los_Angeles",
"firstDayOfWeek": 1,
"tables": [
{
"id": "0c4aq6aaaaai"
}
],
"relationships": [],
"aliases": {
"_DBID_TABLE_1": "0c4aq6aaaaai"
}
}
]
hook.res.end(JSON.stringify(apps, true, 2));
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment