{"id":15494548,"url":"https://github.com/minodisk/dashen","last_synced_at":"2025-04-05T11:43:57.098Z","repository":{"id":57606708,"uuid":"85214821","full_name":"minodisk/dashen","owner":"minodisk","description":"Listen the Amazon Dash Button is pressed in the intranet.","archived":false,"fork":false,"pushed_at":"2017-03-18T07:18:19.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-10T22:48:00.477Z","etag":null,"topics":["dash-button","dashbutton"],"latest_commit_sha":null,"homepage":"","language":"Go","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/minodisk.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":"2017-03-16T15:58:34.000Z","updated_at":"2017-03-18T01:15:11.000Z","dependencies_parsed_at":"2022-09-26T20:01:25.536Z","dependency_job_id":null,"html_url":"https://github.com/minodisk/dashen","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/minodisk%2Fdashen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minodisk%2Fdashen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minodisk%2Fdashen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minodisk%2Fdashen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/minodisk","download_url":"https://codeload.github.com/minodisk/dashen/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247332525,"owners_count":20921852,"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":["dash-button","dashbutton"],"created_at":"2024-10-02T08:14:36.880Z","updated_at":"2025-04-05T11:43:57.077Z","avatar_url":"https://github.com/minodisk.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dashen [![Codeship Status for minodisk/dashen](https://img.shields.io/codeship/8c4d91c0-ecf4-0134-e2b6-0a42fa094665/master.svg?style=flat)](https://app.codeship.com/projects/208467) [![Go Report Card](https://goreportcard.com/badge/github.com/minodisk/dashen)](https://goreportcard.com/report/github.com/minodisk/dashen) [![codecov](https://codecov.io/gh/minodisk/dashen/branch/master/graph/badge.svg)](https://codecov.io/gh/minodisk/dashen) [![GoDoc](https://img.shields.io/badge/godoc-reference-5272B4.svg?style=flat)](https://godoc.org/github.com/minodisk/dashen) [![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](LICENSE)\n\nListen the Amazon Dash Button is pressed in the intranet.\n\n## Usage\n\n```sh\ngo get -u github.com/minodisk/dashen\n```\n\n```go\npackage main\n\nimport (\n\t\"log\"\n\n\t\"github.com/minodisk/dashen\"\n)\n\nfunc main() {\n\td := dashen.New()\n\td.Subscribe(\"00:00:00:00:00:00\", func() {\n\t\tlog.Println(\"detected\")\n\t})\n\tif err := d.Listen(); err != nil {\n\t\tpanic(err)\n\t}\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fminodisk%2Fdashen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fminodisk%2Fdashen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fminodisk%2Fdashen/lists"}