{"id":20073656,"url":"https://github.com/ragingwind/node-bengbenge","last_synced_at":"2026-06-09T19:31:04.567Z","repository":{"id":9168185,"uuid":"10966422","full_name":"ragingwind/node-bengbenge","owner":"ragingwind","description":"Array for Round-Robin DNS service, bengbenge, beng, beng. for funny","archived":false,"fork":false,"pushed_at":"2022-03-14T06:42:24.000Z","size":20,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-01T17:13:09.113Z","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/ragingwind.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-06-26T11:43:41.000Z","updated_at":"2022-03-14T06:42:27.000Z","dependencies_parsed_at":"2022-09-11T14:10:29.027Z","dependency_job_id":null,"html_url":"https://github.com/ragingwind/node-bengbenge","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/ragingwind/node-bengbenge","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ragingwind%2Fnode-bengbenge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ragingwind%2Fnode-bengbenge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ragingwind%2Fnode-bengbenge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ragingwind%2Fnode-bengbenge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ragingwind","download_url":"https://codeload.github.com/ragingwind/node-bengbenge/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ragingwind%2Fnode-bengbenge/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34123171,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-09T02:00:06.510Z","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-13T14:47:09.457Z","updated_at":"2026-06-09T19:31:04.542Z","avatar_url":"https://github.com/ragingwind.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bengbenge (뺑뺑이 in Korean) [![Build Status](https://travis-ci.org/ragingwind/bengbenge.svg?branch=master)](https://travis-ci.org/ragingwind/bengbenge)\n\n\u003e Simple loop array for round-robin dns, beng, beng. for funny.\n\n## Install\n\n```\n$ npm install --save bengbenge\n```\n\n## Usage\n\n```js\nvar bengbenge = require('bengbenge');\nvar dns = bengbenge('newapp.herokuapp.com');\n\n['app1', 'app2', 'app3', 'app4', 'app5']\ndns.append(5, function (index, length) {\n\tlength++;\n\treturn {\n\t\tname: 'site' + length,\n\t\turl: length + '.newapp.herokuapp.com'\n\t};\n});\n\nredirect(dns.beng().url);\n```\n\nFor more information, Please refer to test/bengbenge_test.js\n\n## API\n\n### bengbenge(dns)\n\nPass base name of DNS will be route. It will return instance of loop array\n\n### LoopArray\n\nSupports all of api of Array and append, clear, remove and beng\n\n#### beng()\n\nIt will return next item in Array.\n\n#### append([count], [array/object])\n\nIt supports a variety types of arguments.\n\n## License\n\nMIT © [Jimmy Moon](http://ragingwind.me)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fragingwind%2Fnode-bengbenge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fragingwind%2Fnode-bengbenge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fragingwind%2Fnode-bengbenge/lists"}