{"id":18657823,"url":"https://github.com/lightsofapollo/azure-table","last_synced_at":"2025-11-05T22:30:21.926Z","repository":{"id":14083892,"uuid":"16787668","full_name":"lightsofapollo/azure-table","owner":"lightsofapollo","description":"Simplified azure table service client for node and the browser.","archived":false,"fork":false,"pushed_at":"2014-05-11T22:13:51.000Z","size":25168,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2024-12-27T15:12:40.316Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lightsofapollo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-02-13T01:05:47.000Z","updated_at":"2014-05-11T22:13:51.000Z","dependencies_parsed_at":"2022-08-28T20:51:03.325Z","dependency_job_id":null,"html_url":"https://github.com/lightsofapollo/azure-table","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lightsofapollo%2Fazure-table","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lightsofapollo%2Fazure-table/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lightsofapollo%2Fazure-table/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lightsofapollo%2Fazure-table/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lightsofapollo","download_url":"https://codeload.github.com/lightsofapollo/azure-table/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239475960,"owners_count":19645041,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-07T07:29:57.421Z","updated_at":"2025-11-05T22:30:21.886Z","avatar_url":"https://github.com/lightsofapollo.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# azure-table\n\nAzure table library for node \u0026 browsers\n\n## Usage\n\n(azure_table can be used with component or requirejs but I am going\nto show the common js version).\n\n```js\nvar adapter = require('azure-table/adapter/shared_signature')({\n  // XXX: see azure-sign package which can generate this for you\n  host: 'http://...',\n  query: '...'\n});\n\n// requests see test/server.js for an example server implementation.\nvar table = require('azure-table/request')(\n  'myTable',\n  adapter\n)\n\n// this is a superagent request\nvar request = table.queryEntities();\nrequest.query('$top', 10);\n\nrequest.end().then(function(res) {\n  // res.body\n});\n\n```\n\n## Notes\n\nCORS must be enabled for your account... From node there is no easy\n  way to do this currently so I hacked together [azure-cors](https://github.com/lightsofapollo/azure-cors) which is terrible (but only needs to be run once) way to enable CORS for all methods and domains, etc...\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flightsofapollo%2Fazure-table","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flightsofapollo%2Fazure-table","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flightsofapollo%2Fazure-table/lists"}