{"id":15782428,"url":"https://github.com/tim-zhang/hyper-aws4","last_synced_at":"2025-05-07T04:47:53.159Z","repository":{"id":57269912,"uuid":"63314851","full_name":"Tim-Zhang/hyper-aws4","owner":"Tim-Zhang","description":"AWS Signature Version 4 Signing Library for Hyper","archived":false,"fork":false,"pushed_at":"2017-03-31T05:36:05.000Z","size":13,"stargazers_count":2,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-07T04:47:47.311Z","etag":null,"topics":["aws-signature","hyper"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/hyper-aws4","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/Tim-Zhang.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":"2016-07-14T07:54:23.000Z","updated_at":"2020-05-19T03:08:15.000Z","dependencies_parsed_at":"2022-08-25T05:51:36.585Z","dependency_job_id":null,"html_url":"https://github.com/Tim-Zhang/hyper-aws4","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tim-Zhang%2Fhyper-aws4","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tim-Zhang%2Fhyper-aws4/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tim-Zhang%2Fhyper-aws4/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tim-Zhang%2Fhyper-aws4/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Tim-Zhang","download_url":"https://codeload.github.com/Tim-Zhang/hyper-aws4/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252816522,"owners_count":21808702,"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":["aws-signature","hyper"],"created_at":"2024-10-04T19:07:10.360Z","updated_at":"2025-05-07T04:47:53.137Z","avatar_url":"https://github.com/Tim-Zhang.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hyper-aws4\n\n[![NPM version][npm-image]][npm-url]\n[![build status][travis-image]][travis-url]\n[![Test coverage][coveralls-image]][coveralls-url]\n\nAWS Signature Version 4 Signing Library for Hyper\n\n## Installation\n`$ npm install hyper-aws4`\n\n## Example\n```\nvar aws4 = require('hyper-aws4')\nvar fetch = require('node-fetch')\n\nvar signOption = {\n  url: 'https://us-west-1.hyper.sh/version',\n  method: 'GET',\n  credential: {\n    accessKey: '6DPLADBPWYXDUVXLX34EJXBL',\n    secretKey: '2ldD1Yz0nzATl9vvagBwYTjglXBjVOWU8gV8aMm5'\n  }\n}\n\nvar headers = aws4.sign(signOption)\n\nfetch(signOption.url, {method: signOption.method, headers: headers}).then(function(res) {\n    return res.json();\n}).then(function(json) {\n    console.log(json);\n});\n\n```\n## License\n\n  MIT\n\n\n\n\n\n\n[npm-image]: https://img.shields.io/npm/v/hyper-aws4.svg?style=flat-square\n[npm-url]: https://www.npmjs.com/package/hyper-aws4\n[travis-image]: https://img.shields.io/travis/Tim-Zhang/hyper-aws4.svg?style=flat-square\n[travis-url]: https://travis-ci.org/Tim-Zhang/hyper-aws4\n[coveralls-image]: https://img.shields.io/codecov/c/github/Tim-Zhang/hyper-aws4.svg?style=flat-square\n[coveralls-url]: https://codecov.io/github/Tim-Zhang/hyper-aws4?branch=master\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftim-zhang%2Fhyper-aws4","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftim-zhang%2Fhyper-aws4","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftim-zhang%2Fhyper-aws4/lists"}