{"id":27245265,"url":"https://github.com/davidcornu/boomerang","last_synced_at":"2025-04-10T21:10:47.334Z","repository":{"id":4742671,"uuid":"5892099","full_name":"davidcornu/boomerang","owner":"davidcornu","description":"A layer-7 proxy for the Busbud blog","archived":false,"fork":false,"pushed_at":"2017-12-05T05:12:14.000Z","size":190,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-04-15T10:44:21.559Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://github.com/davidcornu/boomerang","language":"CoffeeScript","has_issues":false,"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/davidcornu.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":"2012-09-20T19:53:26.000Z","updated_at":"2013-10-26T19:57:54.000Z","dependencies_parsed_at":"2022-08-24T21:50:15.533Z","dependency_job_id":null,"html_url":"https://github.com/davidcornu/boomerang","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/davidcornu%2Fboomerang","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidcornu%2Fboomerang/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidcornu%2Fboomerang/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidcornu%2Fboomerang/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davidcornu","download_url":"https://codeload.github.com/davidcornu/boomerang/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248298316,"owners_count":21080320,"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":"2025-04-10T21:10:42.945Z","updated_at":"2025-04-10T21:10:47.312Z","avatar_url":"https://github.com/davidcornu.png","language":"CoffeeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Boomerang\n\nA layer-7 proxy for the [Busbud](http://busbud.com) [blog](http://blog.busbud.com) which\n\n- Serves content from `http://blog.busbud.com` from any host under the `/blog` path,\nrewriting any absolute and relative links to point to the new location.\n- Removes the following elements:\n    - `\u003cstyle\u003e`\n    - `\u003clink rel='stylesheet'\u003e`\n    - `\u003cscript\u003e`\n    - `\u003ciframe\u003e`\n    - Inline `style` attributes\n\nis backed by\n\n- [Express](http://expressjs.com/) for convenience\n- [jsdom](https://github.com/tmpvar/jsdom) for parsing and filtering\n- [Request](https://github.com/mikeal/request) for networking\n\nand is hosted at http://busbud-boomerang.herokuapp.com/blog for demo purposes.\n\n## Usage\n\nCommand-line\n\n```\n$ npm install -g \"git+ssh://git@github.com/davidcornu/boomerang.git#master\"\n$ PORT=3000 boomerang\n```\n\nFrom node\n\n```\nvar boomerang = require('boomerang');\nvar options = { port: 3000 };\nboomerang.createServer(options); # returns an instance of Boomerang\n```\n\n## Development\n\nSetup\n\n```\n$ npm install -g jake\n$ npm install\n```\n\nBoomerang uses [Jake](https://github.com/mde/jake) to simplify regular tasks.\nNote that although Jake is included in `package.json` for version reference,\nit is much more convenient to install it globally.\n\n- `$ jake build` builds [CoffeeScript](http://coffeescript.org/) files from the\n`/src` directory into the `/lib` directory.\n- `$ jake test` runs the [Mocha](http://visionmedia.github.com/mocha/) test suite.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidcornu%2Fboomerang","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavidcornu%2Fboomerang","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidcornu%2Fboomerang/lists"}