{"id":30702439,"url":"https://github.com/dallashoff/pushover-sdk","last_synced_at":"2026-01-20T17:29:14.974Z","repository":{"id":312025746,"uuid":"1046037727","full_name":"DallasHoff/pushover-sdk","owner":"DallasHoff","description":"Call Pushover's APIs from any JavaScript runtime with fully typed inputs and responses.","archived":false,"fork":false,"pushed_at":"2025-08-28T05:32:48.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-28T10:42:37.626Z","etag":null,"topics":["iot","notifications","pushover","typescript-library"],"latest_commit_sha":null,"homepage":"","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/DallasHoff.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,"zenodo":null}},"created_at":"2025-08-28T05:12:36.000Z","updated_at":"2025-08-28T05:32:51.000Z","dependencies_parsed_at":"2025-08-28T10:42:43.299Z","dependency_job_id":"4a38eb68-a1c3-41c5-8f76-1c5d558024d1","html_url":"https://github.com/DallasHoff/pushover-sdk","commit_stats":null,"previous_names":["dallashoff/pushover-sdk"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/DallasHoff/pushover-sdk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DallasHoff%2Fpushover-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DallasHoff%2Fpushover-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DallasHoff%2Fpushover-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DallasHoff%2Fpushover-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DallasHoff","download_url":"https://codeload.github.com/DallasHoff/pushover-sdk/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DallasHoff%2Fpushover-sdk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273303166,"owners_count":25081378,"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","status":"online","status_checked_at":"2025-09-02T02:00:09.530Z","response_time":77,"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":["iot","notifications","pushover","typescript-library"],"created_at":"2025-09-02T15:21:24.305Z","updated_at":"2026-01-20T17:29:14.966Z","avatar_url":"https://github.com/DallasHoff.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pushover SDK\n\nA TypeScript SDK for calling [Pushover APIs](https://pushover.net/api) from any JavaScript runtime with fully typed inputs and responses.\n\n[Documentation](https://pushover-sdk.pages.dev) - [GitHub](https://github.com/DallasHoff/pushover-sdk) - [NPM](https://www.npmjs.com/package/pushover-sdk)\n\n## Features\n\n- 📲 Get push notifications from your JavaScript or TypeScript app\n- ⚙️ Supports Node.js, Deno, Bun, Cloudflare Workers... anything with the standard Fetch API\n- 🔋 Fully supports the entire Pushover API, including Receipts, Glances, Groups, and Teams\n- 🛠️ Every method has TypeScript types for the arguments each endpoint takes and what it returns\n- 🤝 Works with ESM and CommonJS codebases\n- ⚡️ Tiny: no dependencies\n\n## Examples\n\n```typescript\nimport { Pushover } from 'pushover-sdk';\n\nconst pushover = new Pushover({\n\ttoken: 'egn0tactva1lyarea1t0k3n',\n\tuser: 's0mepush0v3rus3rid',\n});\n\nawait pushover.sendMessage('This is a push notification!');\n\nawait pushover.sendMessage({\n\ttitle: 'Hello World',\n\tmessage: 'This notification has a title and link.',\n\turl: 'https://example.com/',\n});\n\nawait pushover.updateGlances({\n\ttext: 'Update a Glance',\n\tpercent: 75,\n});\n```\n\n## Install\n\n```sh\nnpm install pushover-sdk\n# or...\nyarn add pushover-sdk\n# or...\npnpm install pushover-sdk\n# or...\nbun add pushover-sdk\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdallashoff%2Fpushover-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdallashoff%2Fpushover-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdallashoff%2Fpushover-sdk/lists"}