{"id":22059239,"url":"https://github.com/opentable/ot-wpt","last_synced_at":"2025-07-24T00:31:43.602Z","repository":{"id":57316724,"uuid":"55645952","full_name":"opentable/ot-wpt","owner":"opentable","description":"Initiates a run on a given webpagetest instance and logs to hipchat, statsd, and logstash.","archived":true,"fork":false,"pushed_at":"2016-07-12T16:00:59.000Z","size":29,"stargazers_count":4,"open_issues_count":0,"forks_count":4,"subscribers_count":120,"default_branch":"master","last_synced_at":"2025-05-12T19:54:32.574Z","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/opentable.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-04-06T22:35:11.000Z","updated_at":"2025-03-24T09:48:23.000Z","dependencies_parsed_at":"2022-08-25T19:50:48.893Z","dependency_job_id":null,"html_url":"https://github.com/opentable/ot-wpt","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/opentable/ot-wpt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opentable%2Fot-wpt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opentable%2Fot-wpt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opentable%2Fot-wpt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opentable%2Fot-wpt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/opentable","download_url":"https://codeload.github.com/opentable/ot-wpt/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opentable%2Fot-wpt/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266774717,"owners_count":23982246,"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","status":"online","status_checked_at":"2025-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-30T17:27:42.100Z","updated_at":"2025-07-24T00:31:43.314Z","avatar_url":"https://github.com/opentable.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ot-wpt [![Build Status](https://travis-ci.org/opentable/ot-wpt.svg?branch=master)](https://travis-ci.org/opentable/ot-wpt)\nInitiates a run on a given webpagetest instance and logs to hipchat, statsd, and logstash.\n\n## Installation\n\n```bash\n$ npm install ot-wpt --save-dev\n```\n\n## Usage\n\n```js\nvar wpt = require('ot-wpt');\n\nwpt({\n  testUrl: 'http://google.com',\n  apiKey: 'API_KEY_HERE',\n  // These options are passed through to the webpagetest-api module\n  wpt: {\n    runs: 1,\n    location: 'Dulles:Chrome'\n  },\n  // Below options are optional\n  instanceUrl: 'www.webpagetest.org',\n  hipchat: {\n    apiKey: 'API_KEY_HERE',\n    roomId: 12345\n  },\n  logstash: {\n    host: 'localhost',\n    port: 6379\n  },\n  statsd: {\n    host: 'localhost',\n    port: 8125,\n    prefix: 'PREFIX_HERE'\n  }\n}, function(error) {\n  // Test finished\n  // error is null if there's no error\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopentable%2Fot-wpt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopentable%2Fot-wpt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopentable%2Fot-wpt/lists"}