{"id":16544185,"url":"https://github.com/cak/js-pushover","last_synced_at":"2026-05-11T00:46:34.361Z","repository":{"id":129322589,"uuid":"150910989","full_name":"cak/js-pushover","owner":"cak","description":"A simple Pushover library","archived":false,"fork":false,"pushed_at":"2024-10-16T09:11:06.000Z","size":7,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-14T11:17:10.669Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":false,"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/cak.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":"2018-09-29T23:27:39.000Z","updated_at":"2022-03-23T09:42:00.000Z","dependencies_parsed_at":"2024-11-14T16:45:03.952Z","dependency_job_id":"a944a8fd-7be3-40e3-9aac-d3b9754a8df3","html_url":"https://github.com/cak/js-pushover","commit_stats":{"total_commits":1,"total_committers":1,"mean_commits":1.0,"dds":0.0,"last_synced_commit":"8dbef0dc08239f5cefaa647b9ee20e2449d2f722"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cak%2Fjs-pushover","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cak%2Fjs-pushover/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cak%2Fjs-pushover/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cak%2Fjs-pushover/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cak","download_url":"https://codeload.github.com/cak/js-pushover/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241801256,"owners_count":20022390,"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-11T19:01:19.024Z","updated_at":"2025-12-02T06:06:22.592Z","avatar_url":"https://github.com/cak.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# js-pushover  \njs-pushover is a simple [Pushover](https://pushover.net) library and is not written or supported by Superblock (the creators of Pushover).\n\n## Using js-pushover\nImport jspushover into your JavaScript file. \n\n`const jsPushover = require('../js-pushover');`\n\nCreate object with following values (token, user and message are mandatory.  \n(More information at [Pushover: API](https://pushover.net/api)).\n\n```javascript\nconst jsPushoverObj = {\n  token: \"your Pushover token\",\n  user: \"your Pushover user key\",\n  message: \"message\",\n};\n```\n\nAdditionally, you can add the following properties: device, title, url, url_title, priority, sound and timestamp.\n\n```javascript\nconst jsPushoverObj = {\n  token: \"\",\n  user: \"\",\n  message: \"\",\n  device: \"\",\n  title: \"\",\n  url: \"\",\n  url_title: \"\",\n  priority: \"\",\n  sound: \"\",\n  timestamp: \"\",\n};\n\n```\n\n\nThen call the js-pushover Push method:\n`jsPushover.Push(jsPushoverObj)`\n\n*Call will return true is successful and false if unsuccessful*","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcak%2Fjs-pushover","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcak%2Fjs-pushover","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcak%2Fjs-pushover/lists"}