{"id":19817832,"url":"https://github.com/kevinelliott/irlp","last_synced_at":"2025-05-01T11:31:16.685Z","repository":{"id":11041728,"uuid":"13377194","full_name":"kevinelliott/irlp","owner":"kevinelliott","description":"Ruby gem to interact with the Internet Radio Linking Project","archived":false,"fork":false,"pushed_at":"2021-04-29T19:05:12.000Z","size":11,"stargazers_count":6,"open_issues_count":2,"forks_count":2,"subscribers_count":4,"default_branch":"develop","last_synced_at":"2024-10-19T09:06:56.209Z","etag":null,"topics":["amateur-radio","ham-radio","repeaters","ruby","ruby-gem","ruby-library"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/kevinelliott.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-10-07T07:06:48.000Z","updated_at":"2023-07-25T07:05:32.000Z","dependencies_parsed_at":"2022-08-28T06:00:41.533Z","dependency_job_id":null,"html_url":"https://github.com/kevinelliott/irlp","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevinelliott%2Firlp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevinelliott%2Firlp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevinelliott%2Firlp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevinelliott%2Firlp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kevinelliott","download_url":"https://codeload.github.com/kevinelliott/irlp/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224253335,"owners_count":17280934,"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":["amateur-radio","ham-radio","repeaters","ruby","ruby-gem","ruby-library"],"created_at":"2024-11-12T10:13:54.125Z","updated_at":"2024-11-12T10:13:54.192Z","avatar_url":"https://github.com/kevinelliott.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\" style=\"text-align:center\"\u003eirlp\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"http://badge.fury.io/rb/irlp\"\u003e\u003cimg src=\"https://badge.fury.io/rb/irlp.png\"/\u003e\u003c/a\u003e\n  \u003ca href=\"https://circleci.com/gh/kevinelliott/irlp/tree/master\"\u003e\u003cimg src=\"https://badgen.net/circleci/github/kevinelliott/irlp/master\" alt=\"Build Status\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://codecov.io/gh/kevinelliott/irlp\"\u003e\u003cimg src=\"https://badgen.net/codecov/c/github/kevinelliott/irlp/master\" alt=\"Code coverage (codecov)\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://gitter.im/irlp/Lobby?utm_source=share-link\u0026utm_medium=link\u0026utm_campaign=share-link\"\u003e\u003cimg src=\"https://badgen.net/badge/chat/on%20gitter/cyan\" alt=\"Join us Gitter\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://app.fossa.io/projects/git%2Bgithub.com%2Fkevinelliott%2Firlp?ref=badge_shield\" alt=\"FOSSA Status\"\u003e\u003cimg src=\"https://app.fossa.io/api/projects/git%2Bgithub.com%2Fkevinelliott%2Firlp.svg?type=shield\"/\u003e\u003c/a\u003e\n\u003c/p\u003e\n\nRetrieve information from the IRLP network, such as reflector and node status, location, and membership.\n\nThe Internet Radio Linking Project is a network of amateur radio repeaters that are linked together across regions via the Internet. The IRLP allows people to make contact with others across the world without needing long distance (DX) equipment and licenses.\n\nRelated: [kevinelliott/call_sign](https://github.com/kevinelliott/call_sign) and [kevinelliott/echo_link](https://github.com/kevinelliott/echo_link)\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n    gem 'irlp'\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install irlp\n\n## Usage\n\n### Get reflectors\n\n```ruby\nIrlp::Scraper.new.reflectors\n```\n\nwhich returns an `Array` of `Hash`es similar to:\n\n```ruby\n[{:id=\u003e9000, :name=\u003e\"Vancouver\"}, {:id=\u003e9010, :name=\u003e\"Discovery Reflector\"}, {:id=\u003e9020, :name=\u003e\"Vancouver 2010\"}, {:id=\u003e9030, :name=\u003e\"Ontario Public Service Reflector\"}, {:id=\u003e9050, :name=\u003e\"East Coast Reflector\"}, {:id=\u003e9070, :name=\u003e\"Alaska Reflector\"}, {:id=\u003e9090, :name=\u003e\"Western Reflector Annex\"}, {:id=\u003e9100, :name=\u003e\"WIN System Reflector\"}, {:id=\u003e9120, :name=\u003e\"New England Reflector\"}, {:id=\u003e9190, :name=\u003e\"Seattle\"}, {:id=\u003e9200, :name=\u003e\"Crossroads Reflector\"}, {:id=\u003e9210, :name=\u003e\"Raleigh\"}, {:id=\u003e9220, :name=\u003e\"openIRLP Reflector\"}, {:id=\u003e9250, :name=\u003e\"Western Reflector\"}, {:id=\u003e9300, :name=\u003e\"Saskatchewan Reflector\"}, {:id=\u003e9310, :name=\u003e\"Fredericton\"}, {:id=\u003e9330, :name=\u003e\"Central Region Reflector\"}, {:id=\u003e9350, :name=\u003e\"LAX - [WALA] Hub\"}, {:id=\u003e9360, :name=\u003e\"Michigan (Fenton) Reflector\"}, {:id=\u003e9440, :name=\u003e\"Internet2 Research Reflector\"}, {:id=\u003e9450, :name=\u003e\"Dallas\"}, {:id=\u003e9500, :name=\u003e\"Sydney - Virtual PUB\"}, {:id=\u003e9550, :name=\u003e\"Adelaide - Virtual Pub Back Bar\"}, {:id=\u003e9610, :name=\u003e\"Great Lakes Reflector\"}, {:id=\u003e9620, :name=\u003e\"Wisconsin Reflector\"}, {:id=\u003e9660, :name=\u003e\"Micro-Node Reflector\"}, {:id=\u003e9730, :name=\u003e\"Crossroads Annex\"}, {:id=\u003e9750, :name=\u003e\"The UK Reflector\"}, {:id=\u003e9770, :name=\u003e\"Norwegian Reflector\"}, {:id=\u003e9870, :name=\u003e\"Denver Reflector\"}, {:id=\u003e9900, :name=\u003e\"Fort Smith\"}]\n```\n\n## Contributing\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n\n## License\n [![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fkevinelliott%2Firlp.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fkevinelliott%2Firlp?ref=badge_large)\n \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevinelliott%2Firlp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkevinelliott%2Firlp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevinelliott%2Firlp/lists"}