{"id":16828021,"url":"https://github.com/hyperlink/pushover","last_synced_at":"2025-03-17T20:29:18.874Z","repository":{"id":136841652,"uuid":"397037454","full_name":"hyperlink/pushover","owner":"hyperlink","description":"Pushover.net client written in TypeScript","archived":false,"fork":false,"pushed_at":"2021-08-17T01:31:15.000Z","size":9,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-24T07:31:07.345Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/hyperlink.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-08-17T01:03:50.000Z","updated_at":"2023-04-11T15:39:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"b7aace83-9740-43e3-8c4e-db48eef8158b","html_url":"https://github.com/hyperlink/pushover","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/hyperlink%2Fpushover","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperlink%2Fpushover/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperlink%2Fpushover/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperlink%2Fpushover/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hyperlink","download_url":"https://codeload.github.com/hyperlink/pushover/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244105248,"owners_count":20398830,"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-10-13T11:24:11.049Z","updated_at":"2025-03-17T20:29:18.841Z","avatar_url":"https://github.com/hyperlink.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pushover Client\n\nA simple lightweight client for Pushover notifications.\n\n# Installation\n\n```bash\nnpm install @hyperlink/pushover\n```\n\n# Usage\n\n```typescript\nimport { Pushover } from '@hyperlink/pushover';\n\nasync function sendMessage() {\n  const pushover = new Pushover('\u003cYOUR TOKEN\u003e', '\u003cUSER TOKEN\u003e');\n  await pushover.sendMessage({\n    message: 'Test message',\n    title: 'Test title',\n  });\n}\n\nsendMessage();\n```\n\n### Message Format\n\n```typeScript\ninterface PushoverMessage {\n    message: string;\n    title?: string;\n    sound?: string;\n    device?: string;\n    priority?: number;\n    url?: string;\n    url_title?: string;\n    attachment?: string; // path to the file\n    timestamp?: string;\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperlink%2Fpushover","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhyperlink%2Fpushover","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperlink%2Fpushover/lists"}