{"id":18657832,"url":"https://github.com/lightsofapollo/ngrok-my-server","last_synced_at":"2025-08-19T06:33:57.413Z","repository":{"id":15289089,"uuid":"18018654","full_name":"lightsofapollo/ngrok-my-server","owner":"lightsofapollo","description":"Helpers for publishing your http server/express app over ngrok (use this for tests)","archived":false,"fork":false,"pushed_at":"2014-03-22T20:41:21.000Z","size":132,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-09T12:04:45.640Z","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/lightsofapollo.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":"2014-03-22T20:05:04.000Z","updated_at":"2018-08-15T18:23:07.000Z","dependencies_parsed_at":"2022-07-31T03:38:57.282Z","dependency_job_id":null,"html_url":"https://github.com/lightsofapollo/ngrok-my-server","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lightsofapollo/ngrok-my-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lightsofapollo%2Fngrok-my-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lightsofapollo%2Fngrok-my-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lightsofapollo%2Fngrok-my-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lightsofapollo%2Fngrok-my-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lightsofapollo","download_url":"https://codeload.github.com/lightsofapollo/ngrok-my-server/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lightsofapollo%2Fngrok-my-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271113403,"owners_count":24701609,"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-08-19T02:00:09.176Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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-07T07:29:59.018Z","updated_at":"2025-08-19T06:33:57.373Z","avatar_url":"https://github.com/lightsofapollo.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ngrok-my-server\n\nHelper for publishing your http server/express app over ngrok (use this\nfor tests). This is a good example of an over opinionated library that\nis designed to work for the one usecase of testing an http server over\nngrok based on it's ngrok url.\n\n## Usage\n\n```js\nvar ngrokify = require('ngrok-my-server');\nvar express = require('express');\nvar app = express();\n// ... do stuff with app\n\n\n// lanch the app if it's not running already (you can also pass a\n// plain http server) and get a ngrok url for it...\nngrokify(app).then(function(url) {\n  // yey ngrok url now you can use it with http.get or something to run\n  // tests locally.\n});\n```\n\n## Why?\n\nMy primary use case is to use this in combination with my\n[testing-github](https://github.com/lightsofapollo/testing-github)\nmodule for testing different types of hooks (for end-to-end types of\ntests).\n\n## LICENSE\n\nThe MIT License (MIT)\n\nCopyright (c) 2014 James Lal\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flightsofapollo%2Fngrok-my-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flightsofapollo%2Fngrok-my-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flightsofapollo%2Fngrok-my-server/lists"}