{"id":44000431,"url":"https://github.com/komplexb/notifyer-electron","last_synced_at":"2026-02-07T12:30:43.867Z","repository":{"id":14426418,"uuid":"76532581","full_name":"komplexb/notifyer-electron","owner":"komplexb","description":"Notifyer an app built around desktop notifications, using Electron, Vue JS and the MS OneNote API.","archived":false,"fork":false,"pushed_at":"2022-11-10T18:27:59.000Z","size":1394,"stargazers_count":12,"open_issues_count":4,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-04-14T12:32:09.209Z","etag":null,"topics":["desktop-app","electron","javascript","macos","notifications","windows"],"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/komplexb.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}},"created_at":"2016-12-15T06:57:56.000Z","updated_at":"2023-11-26T20:40:11.000Z","dependencies_parsed_at":"2023-01-11T18:48:55.695Z","dependency_job_id":null,"html_url":"https://github.com/komplexb/notifyer-electron","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/komplexb/notifyer-electron","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/komplexb%2Fnotifyer-electron","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/komplexb%2Fnotifyer-electron/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/komplexb%2Fnotifyer-electron/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/komplexb%2Fnotifyer-electron/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/komplexb","download_url":"https://codeload.github.com/komplexb/notifyer-electron/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/komplexb%2Fnotifyer-electron/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29194019,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T07:37:03.739Z","status":"ssl_error","status_checked_at":"2026-02-07T07:37:03.029Z","response_time":63,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["desktop-app","electron","javascript","macos","notifications","windows"],"created_at":"2026-02-07T12:30:43.037Z","updated_at":"2026-02-07T12:30:43.854Z","avatar_url":"https://github.com/komplexb.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Standard - JavaScript Style Guide](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com/)\n\n# Notifyer *Beta*\n\u003e*Be inspired*\n\n## Why?\nI made Notifyer, to help me remember and practice my mantras.\n![Notifyer on Lockscreen](http://i.imgur.com/Ekrnpp7.png)\n\n## What does it do?\nUsing Microsoft’s OneNote as a datastore, Notifyer utilizes OneNote’s API to retrieve a random note from a given section.  \nUse case?  \n- Get a daily quote from your curated collection.  \n- Effortlessly resurface a buried quote and re-apply it to the present.  \n\n![](http://g.recordit.co/B4qxjGiR9I.gif)\n\n## How to use\n#### Requirements\n- [OneNote Account][] *(app accesses consumer notebooks only)*.  \n- MacOS *(Only 64bit binaries are provided for MacOS, and the minimum MacOS version supported is MacOS 10.9)*.\n- Windows 10, 7 (without notifications).\n\n#### Get Started\n1. Sign-in or create a **free** [OneNote Account][].\n2. In your default/primary notebook, create a section with the name **Quotes**.\n3. Add a couple notes to the **Quotes** section.\n4. [Download Notifyer][]. Run the app and sign in.\n5. Just want to demo the app? [Ping me](http://twitter.com/komplexb) and I'll send you credentials.\n\n#### Help\n- The app sends a notification every 5 minutes so you can easily see it work. You might want to change that to daily. *(Restart the app if it doesn't stop)*.\n- Random (via [Chance][]) means you might see the same note in close succession.\n- Cmd+Alt+O triggers a random note even when the app is minimized.\n- Clicking the notification opens the app.\n- The app displays a preview text snippet (**max 300 characters**) for each note.\n- Clicking the **note title** in the app opens the source note in the OneNote client or web app.\n- Disabled fields mean you can't change that setting just yet.\n\n\n## Build Setup*\n#### Built with [Electron](http://electron.atom.io/), [VueJS](https://vuejs.org/v2/guide/) and [Semantic UI](http://semantic-ui.com/).\n\n``` bash\n# install dependencies\nnpm install\n\n# serve with hot reload at localhost:9080\nnpm run dev\n\n# build electron app for production\n# requires node 6\nnpm run build\n\n# lint all JS/Vue component files in `app/src`\nnpm run lint\n\n# run webpack in production\nnpm run pack\n```\n\\* Client ID and secret required from [MS Dev Center](https://msdn.microsoft.com/en-us/office/office365/howto/onenote-auth#register-msa) for use in `onenote.config.js`.\n\n\n## Dev Notes\n- Node packages used for the app lives in `app/package.json`.\n- For the build to work, these need to be added to the `ignore` list in `config.js`.\n\n---\nNotifyer icon/logo via [Thomas Helbig's][] [Notifications Collection][].\n\nThis project was generated from [electron-vue](https://github.com/SimulatedGREG/electron-vue) using [vue-cli](https://github.com/vuejs/vue-cli). Documentation about this project can be found [here](https://simulatedgreg.gitbooks.io/electron-vue/content/index.html).\n\n[Thomas Helbig's]: https://thenounproject.com/dergraph\n[Notifications Collection]: https://thenounproject.com/dergraph/collection/notifications\n[OneNote Account]: http://onenote.com\n[Download Notifyer]: https://github.com/komplexb/notifyer-electron/releases\n[Chance]: http://chancejs.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkomplexb%2Fnotifyer-electron","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkomplexb%2Fnotifyer-electron","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkomplexb%2Fnotifyer-electron/lists"}