{"id":18543414,"url":"https://github.com/fastuptime/electronjs_send_notification","last_synced_at":"2025-05-15T05:10:55.149Z","repository":{"id":180534588,"uuid":"665294624","full_name":"fastuptime/ElectronJs_Send_Notification","owner":"fastuptime","description":"ElectronJs Send Notification","archived":false,"fork":false,"pushed_at":"2023-07-11T22:21:03.000Z","size":2,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-17T09:13:29.545Z","etag":null,"topics":["electron","electronjs"],"latest_commit_sha":null,"homepage":"","language":null,"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/fastuptime.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":"2023-07-11T22:18:42.000Z","updated_at":"2023-09-14T02:25:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"e7142e71-b8db-48b9-b090-b0d76c8befd9","html_url":"https://github.com/fastuptime/ElectronJs_Send_Notification","commit_stats":null,"previous_names":["fastuptime/electronjs_send_notification"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastuptime%2FElectronJs_Send_Notification","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastuptime%2FElectronJs_Send_Notification/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastuptime%2FElectronJs_Send_Notification/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastuptime%2FElectronJs_Send_Notification/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fastuptime","download_url":"https://codeload.github.com/fastuptime/ElectronJs_Send_Notification/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254276473,"owners_count":22043869,"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":["electron","electronjs"],"created_at":"2024-11-06T20:13:42.419Z","updated_at":"2025-05-15T05:10:55.133Z","avatar_url":"https://github.com/fastuptime.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# ElectronJs_Send_Notification\n\n---\n\n# Resimler\n\n![image](https://github.com/fastuptime/ElectronJs_Send_Notification/assets/63351166/73048ebc-ab97-4f5e-9e27-acb6b21d3b1a)\n![image](https://github.com/fastuptime/ElectronJs_Send_Notification/assets/63351166/38d86a27-f00b-462a-bfa7-1028defc471e)\n![image](https://github.com/fastuptime/ElectronJs_Send_Notification/assets/63351166/de345c80-7e48-47f5-8ca1-9c9093f68734)\n\n# Kod\n\n```js\nprocess.env.NODE_TLS_REJECT_UNAUTHORIZED = \"0\";\nconst electron = require(\"electron\");\nconst { app, Notification } = electron;\nconst path = require(\"path\");\n\nfunction sendNotification(title, body) {\n  const notification = {\n    title: title,\n    body: body,\n    icon: path.join(__dirname, \"./256x256.ico\"),\n  };\n  new Notification(notification).show();\n}\n\nasync function start() {\n  if (process.platform === 'win32') {\n      app.setAppUserModelId(app.name);\n  }\n  sendNotification(`Selam ${process.env.USERNAME}`, \"Hoşgeldin!\");\n  sendNotification(\"Bilgilendirme\", \"Bu uygulama sadece test amaçlıdır.\");\n}\n\napp.on(\"ready\", start);\n```\n\n---\n- ✨ [Destek İçin](https://fastuptime.com) \u003cbr\u003e\n- 💕 [Discord](https://fastuptime.com/discord)\u003cbr\u003e\n- 🎖️ [FasterHost Technology](https://fasterhost.tech/)\u003cbr\u003e\n- ✨ İletişim için [Tıkla!](mailto:fastuptime@gmail.com)\u003cbr\u003e\n\n# License\n- Its protected by Creative Commons ([CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/))\n\n\u003ca href=\"https://creativecommons.org/licenses/by-nc-sa/4.0/\" title=\"BYNCSA40\"\u003e\u003cimg src=\"https://licensebuttons.net/l/by-nc-sa/4.0/88x31.png\"\u003e\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffastuptime%2Felectronjs_send_notification","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffastuptime%2Felectronjs_send_notification","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffastuptime%2Felectronjs_send_notification/lists"}