{"id":22860027,"url":"https://github.com/reelyactive/proxyactive","last_synced_at":"2025-03-31T08:22:54.144Z","repository":{"id":69136947,"uuid":"72289664","full_name":"reelyactive/proxyactive","owner":"reelyactive","description":"Proxy for handling non-HTTPS URLs.  We believe in an open Internet of Things.","archived":false,"fork":false,"pushed_at":"2016-11-08T01:01:18.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-02-06T12:48:10.070Z","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/reelyactive.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-10-29T14:30:28.000Z","updated_at":"2016-10-29T17:49:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"931471d8-3947-4d2d-b50c-1127bc14930d","html_url":"https://github.com/reelyactive/proxyactive","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reelyactive%2Fproxyactive","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reelyactive%2Fproxyactive/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reelyactive%2Fproxyactive/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reelyactive%2Fproxyactive/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reelyactive","download_url":"https://codeload.github.com/reelyactive/proxyactive/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246436997,"owners_count":20777133,"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-12-13T09:08:47.045Z","updated_at":"2025-03-31T08:22:54.130Z","avatar_url":"https://github.com/reelyactive.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# proxyactive\nProxy for handling non-HTTPS URLs.  We believe in an open Internet of Things.\n\nInclude in your express application\n-----------------------------------\n```bash\n    npm install --save proxyactive\n```\n\nExpress app example:\n\n```js\nvar express = require('express')\nvar proxyactive = require('proxyactive')\n\nvar app = express()\n\napp = proxyactive(app)\n\napp.listen(7000)\n```    \n\nVisit http://localhost:7000/proxy?url=http://www.google.com/ and google main page will be rendered.\n\nInstallation\n------------\n\n```bash\n    npm install -g proxyactive\n```\n\nYou may need to run the above as super-user (prefix the command with sudo).\nLog output is JSON format using bunyan. If you want a pretty log output, install it.\n\n```bash\n    npm install -g bunyan\n```\n\nExamples\n--------\n\n__Run with default route (/proxy)__\n\n```bash\n    proxyactive\n```\n\n__Run with a different route__\n   \n```bash\n    proxyactive -p route_name\n```\n\n__Run with pretty log output__\n\n```bash\n    proxyactive | bunyan\n```\n\n\nWhat's next?\n------------\n\nThis is an active work in progress.  Expect regular changes and updates, as well as improved documentation! \n\n\nLicense\n-------\n\nMIT License\n\nCopyright (c) 2016 reelyActive\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all 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\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freelyactive%2Fproxyactive","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freelyactive%2Fproxyactive","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freelyactive%2Fproxyactive/lists"}