{"id":15470920,"url":"https://github.com/chekun/httpsqs-nodejs","last_synced_at":"2025-04-22T12:41:32.561Z","repository":{"id":8350375,"uuid":"9910991","full_name":"chekun/httpsqs-nodejs","owner":"chekun","description":"NodeJS wrapper for httpsqs","archived":false,"fork":false,"pushed_at":"2024-02-28T03:04:46.000Z","size":5,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-19T01:13:27.546Z","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/chekun.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2013-05-07T12:12:02.000Z","updated_at":"2024-02-28T03:04:50.000Z","dependencies_parsed_at":"2025-03-03T16:47:18.520Z","dependency_job_id":null,"html_url":"https://github.com/chekun/httpsqs-nodejs","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/chekun%2Fhttpsqs-nodejs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chekun%2Fhttpsqs-nodejs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chekun%2Fhttpsqs-nodejs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chekun%2Fhttpsqs-nodejs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chekun","download_url":"https://codeload.github.com/chekun/httpsqs-nodejs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250242841,"owners_count":21398207,"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-10-02T02:07:54.945Z","updated_at":"2025-04-22T12:41:32.536Z","avatar_url":"https://github.com/chekun.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"httpsqs-nodejs\n==============\n\nNodeJS wrapper for httpsqs\n\n## Install\n\n```\nnpm install httpsqs\n```\n\n## How to use\n\n```js\n//require httpsqs module\nvar httpsqs = require('httpsqs');\n//create httpsqs queue instance, queue name needed!\nvar queue = new httpsqs({name: 'test'});\n//push to queue\nqueue.push('test', function(result) {\n\tconsole.log(result);\n});\n//read from queue\nqueue.shift(function(result) {\n\tconsole.log(result);\n});\n//view queue status, return json when success or false\nqueue.status(function(result) {\n\tconsole.log(result);\n});\n\nqueue.push('test', function(result) {\n\tconsole.log(result);\n});\n// view queue data using provided position\nqueue.view(2, function(result) {\n\tconsole.log(result);\n});\n// reset queue\nqueue.reset(function(result) {\n\tconsole.log(result);\n});\n//set queue length\nqueue.maxQueue(1000, function(result) {\n\tconsole.log(result);\n}); \n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchekun%2Fhttpsqs-nodejs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchekun%2Fhttpsqs-nodejs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchekun%2Fhttpsqs-nodejs/lists"}