{"id":13508600,"url":"https://github.com/Brightergy/egaugex","last_synced_at":"2025-03-30T11:32:20.917Z","repository":{"id":57493727,"uuid":"57858670","full_name":"Brightergy/egaugex","owner":"Brightergy","description":"A simple egauge parser to retrieve and parse data from egauge devices","archived":false,"fork":false,"pushed_at":"2018-07-13T16:30:34.000Z","size":26,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-03-16T06:37:19.313Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Elixir","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/Brightergy.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":"2016-05-02T00:46:12.000Z","updated_at":"2018-07-13T16:30:35.000Z","dependencies_parsed_at":"2022-08-30T02:12:14.571Z","dependency_job_id":null,"html_url":"https://github.com/Brightergy/egaugex","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/Brightergy%2Fegaugex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Brightergy%2Fegaugex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Brightergy%2Fegaugex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Brightergy%2Fegaugex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Brightergy","download_url":"https://codeload.github.com/Brightergy/egaugex/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246314011,"owners_count":20757450,"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-08-01T02:00:55.440Z","updated_at":"2025-03-30T11:32:17.934Z","avatar_url":"https://github.com/Brightergy.png","language":"Elixir","funding_links":[],"categories":["Miscellaneous"],"sub_categories":[],"readme":"# Egaugex\n\n[![Hex version](https://img.shields.io/hexpm/v/egaugex.svg \"Hex version\")](https://hex.pm/packages/egaugex) ![Hex downloads](https://img.shields.io/hexpm/dt/egaugex.svg \"Hex downloads\") [![Build Status](https://semaphoreci.com/api/v1/brightergy/egaugex/branches/master/badge.svg)](https://semaphoreci.com/brightergy/egaugex) [![Coverage Status](https://coveralls.io/repos/github/Brightergy/egaugex/badge.svg?branch=master)](https://coveralls.io/github/Brightergy/egaugex?branch=master)\n\n\u003e Gets and parses egauge data given the egauge device id.\n\n## Installation\n\nAdd egaugex to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [{:egaugex, \"~\u003e 0.0.5\"}]\nend\n```\n\n## Usage\n\n```elixir\nimport Egaugex\n\n# hits `/cgi-bin/egauge-show?S\u0026n=60` by default\negauge_parser(\"egaugexxxxx\")\n\n# with username and password auth\negauge_parser(\"egaugexxxxx\", [\"username\": \"owner\", \"password\": \"default\"])\n\n# with custom uri\negauge_parser(\"egauge17983\", [{:uri, \"/cgi-bin/egauge-show?S\u0026a\u0026t=1462299644\"}, {:username, \"owner\"}, {:password, \"default\"}])\n```\n\nYou can pass the list of arguments as keyword arguments as shown in example above. The other keyword arguments are `base_url` and `realm`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FBrightergy%2Fegaugex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FBrightergy%2Fegaugex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FBrightergy%2Fegaugex/lists"}