{"id":22166305,"url":"https://github.com/alextanhongpin/node-web-push","last_synced_at":"2026-05-09T00:37:37.026Z","repository":{"id":79115124,"uuid":"102257652","full_name":"alextanhongpin/node-web-push","owner":"alextanhongpin","description":"koa server to handle push notification registration and sending messages","archived":false,"fork":false,"pushed_at":"2017-09-03T15:58:57.000Z","size":25,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-29T21:52:47.466Z","etag":null,"topics":["koa","node","nodejs","push-notifications","serviceworker","web-push"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/alextanhongpin.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-09-03T10:44:50.000Z","updated_at":"2020-05-13T11:03:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"d3d34647-35e4-4977-9106-2d1a0d560c82","html_url":"https://github.com/alextanhongpin/node-web-push","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/alextanhongpin%2Fnode-web-push","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alextanhongpin%2Fnode-web-push/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alextanhongpin%2Fnode-web-push/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alextanhongpin%2Fnode-web-push/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alextanhongpin","download_url":"https://codeload.github.com/alextanhongpin/node-web-push/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245304879,"owners_count":20593626,"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":["koa","node","nodejs","push-notifications","serviceworker","web-push"],"created_at":"2024-12-02T05:18:58.841Z","updated_at":"2026-05-09T00:37:36.975Z","avatar_url":"https://github.com/alextanhongpin.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# node-web-push\n\nA simple __Push Notification Server__ written in koa.\n\n\n## Setup\n\n`foreman` is used to setup the environment variables and start the server. \n\nTo install `foreman` globally:\n\n```bash\n# With yarn\n$ yarn global add foreman\n\n# With NPM\n$ npm i -g foreman\n```\n\nTo install other dependencies:\n\n```bash\n# With yarn\n$ yarn install\n\n# With NPM\n$ npm i\n```\n\nCreate a `.env` file which contains the following:\n\n```bash\nMAILTO=mailto:youremailaddress@mail.com\n```\n\nThe `.env` will be automatically loaded when running the server. We skip the `.env` file from being committed to Github by adding it in the `.gitignore` file.\n\n## Run\n\nStart the server with the following comand:\n```bash\n$ nf start\n```\n\n`nf` stands for `node-foreman`. The server should start at port __5000__.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falextanhongpin%2Fnode-web-push","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falextanhongpin%2Fnode-web-push","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falextanhongpin%2Fnode-web-push/lists"}