{"id":16254289,"url":"https://github.com/celer/hopjs-remote","last_synced_at":"2025-04-08T12:48:40.285Z","repository":{"id":6499558,"uuid":"7740057","full_name":"celer/hopjs-remote","owner":"celer","description":"Remote API library and tools for hopjs","archived":false,"fork":false,"pushed_at":"2014-05-03T21:15:21.000Z","size":378,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-20T15:03:16.409Z","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/celer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-01-21T20:46:33.000Z","updated_at":"2014-05-03T21:15:24.000Z","dependencies_parsed_at":"2022-09-08T02:21:49.799Z","dependency_job_id":null,"html_url":"https://github.com/celer/hopjs-remote","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/celer%2Fhopjs-remote","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/celer%2Fhopjs-remote/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/celer%2Fhopjs-remote/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/celer%2Fhopjs-remote/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/celer","download_url":"https://codeload.github.com/celer/hopjs-remote/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247846877,"owners_count":21006090,"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-10T15:21:00.805Z","updated_at":"2025-04-08T12:48:40.262Z","avatar_url":"https://github.com/celer.png","language":"JavaScript","readme":"#Introduction\n\nThis is the remote API library and binarys for hopjs\n\nSee http://github.com/celer/hopjs for more details about hopjs\n\n# API Library\n\nYou can instantiate a hopjs based api locally for a remote service by doing:\n\n```javascript\n\nvar Hop = require('hop-remote')\n\nHop.remoteAPI(\"http://www.mywebsite.com/\",function(err,api){\n\tapi.UserService.create({ username:\"bob\",password:\"password\"},function(err,user){\n\t\tconsole.log(\"The user was created with \",user);\n\t});\n});\n\n\n```\n\n# Command line tools\n\nThere are also two command line tools:\n\n## hopjs\n\nhopjs is a tool which allows:\n \n * Remote unit testing\n * Executing individual calls\n * Evaluation of a script of calls\n\n```shell\n\nhopjs --url http://www.mywebsite.com/ --unitTest\n\n\n## hopjs-browser-test\n\nhopjs-browser-test allows running hopjs unit tests against a specific browser\n\nhopjs-browser-test --url http://www.mywebsite.com/ --browser firefox\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fceler%2Fhopjs-remote","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fceler%2Fhopjs-remote","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fceler%2Fhopjs-remote/lists"}