{"id":16687028,"url":"https://github.com/paralin/meteor-paypal-ec","last_synced_at":"2025-03-13T16:23:50.718Z","repository":{"id":8012656,"uuid":"9421139","full_name":"paralin/meteor-paypal-ec","owner":"paralin","description":"PayPal Express Checkout wrapper for Meteor.","archived":false,"fork":false,"pushed_at":"2014-05-10T19:57:07.000Z","size":134,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-10T22:48:37.741Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/paralin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-04-13T22:33:11.000Z","updated_at":"2020-04-27T20:13:04.000Z","dependencies_parsed_at":"2022-09-10T20:10:55.801Z","dependency_job_id":null,"html_url":"https://github.com/paralin/meteor-paypal-ec","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paralin%2Fmeteor-paypal-ec","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paralin%2Fmeteor-paypal-ec/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paralin%2Fmeteor-paypal-ec/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paralin%2Fmeteor-paypal-ec/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/paralin","download_url":"https://codeload.github.com/paralin/meteor-paypal-ec/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243439078,"owners_count":20291077,"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-12T15:07:34.885Z","updated_at":"2025-03-13T16:23:50.681Z","avatar_url":"https://github.com/paralin.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# awssum\n\n*[AwsSum](http://awssum.io/) (Amazon Web Services API lib) repackaged for Meteor*\n\n## Example usage\n\n    var amazon = AWSSum.load('amazon/amazon');\n    var Ec2 = AWSSum.load('amazon/ec2', 'Ec2');\n\n    var ec2 = new Ec2({\n      'accessKeyId' : accessKeyId, \n      'secretAccessKey' : secretAccessKey,\n      'region' : amazon.US_EAST_1\n    });\n\n    Meteor.methods({\n      describeInstances: function() {\n        var data = ec2.DescribeInstances();\n\n        if (data.error)\n          throw new Meteor.Error(500, data.error.Body.Response.Errors.Error.Message, data.error);\n\n        return data;\n      }\n    });\n\n## Working example(s)\n\n### Amazon\n\nhttps://github.com/possibilities/meteor-awssum/tree/master/examples/amazon\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparalin%2Fmeteor-paypal-ec","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparalin%2Fmeteor-paypal-ec","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparalin%2Fmeteor-paypal-ec/lists"}