{"id":20303889,"url":"https://github.com/billstclair/elm-system-notification","last_synced_at":"2025-10-28T23:10:14.023Z","repository":{"id":57674870,"uuid":"140698348","full_name":"billstclair/elm-system-notification","owner":"billstclair","description":"Elm Interface to the Notifications API","archived":false,"fork":false,"pushed_at":"2018-07-12T11:12:00.000Z","size":11,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-08T12:35:38.377Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Elm","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/billstclair.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-07-12T10:28:05.000Z","updated_at":"2021-12-14T11:19:16.000Z","dependencies_parsed_at":"2022-09-02T17:08:41.157Z","dependency_job_id":null,"html_url":"https://github.com/billstclair/elm-system-notification","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/billstclair/elm-system-notification","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/billstclair%2Felm-system-notification","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/billstclair%2Felm-system-notification/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/billstclair%2Felm-system-notification/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/billstclair%2Felm-system-notification/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/billstclair","download_url":"https://codeload.github.com/billstclair/elm-system-notification/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/billstclair%2Felm-system-notification/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281527393,"owners_count":26516852,"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-10-28T02:00:06.022Z","response_time":60,"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":[],"created_at":"2024-11-14T16:41:34.906Z","updated_at":"2025-10-28T23:10:13.987Z","avatar_url":"https://github.com/billstclair.png","language":"Elm","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![elm-package](https://img.shields.io/badge/elm-1.0.0-blue.svg)](http://package.elm-lang.org/packages/billstclair/elm-system-notification/latest)\n\n`billstclair/elm-system-notification` is an Elm interface to the [Notifications API](https://developer.mozilla.org/en-US/docs/Web/API/Notifications_API). It allows your application to request permission to create system notifications, and, if granted, create them.\n\nNotifications don't work from localhost in Chrome, so don't be surprised if you don't see them when running from `elm reactor`.\n\nSee the \"example\" directory for a simple use case.\n\nIn order to use it, your top-level program needs to have a port with which to communicate with the JavaScript code:\n\n    port notify : NotifyPort\n    \nYou need to compile your program to a site directory:\n\n    elm make Main.elm --output site/index.js\n    \nAnd you need a top-level HTML file similar to [site/index.html](https://github.com/billstclair/elm-system-notification/blob/master/site/index.html).\n\nBill St. Clair\u003cbr/\u003e\n12 July 2018\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbillstclair%2Felm-system-notification","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbillstclair%2Felm-system-notification","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbillstclair%2Felm-system-notification/lists"}