{"id":16583257,"url":"https://github.com/curtiscde/tab-notifier","last_synced_at":"2026-04-24T03:37:03.273Z","repository":{"id":38986660,"uuid":"194036029","full_name":"curtiscde/tab-notifier","owner":"curtiscde","description":"📫 JS Library for managing your browser title notifications","archived":false,"fork":false,"pushed_at":"2023-03-19T09:32:45.000Z","size":1385,"stargazers_count":0,"open_issues_count":9,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-06T12:41:00.479Z","etag":null,"topics":["document-title","js-library"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/tab-notifier","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/curtiscde.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}},"created_at":"2019-06-27T06:30:16.000Z","updated_at":"2022-02-16T20:04:22.000Z","dependencies_parsed_at":"2023-02-02T20:15:54.786Z","dependency_job_id":"9e56c3d9-e0b6-49f9-9271-e61e1c22de9f","html_url":"https://github.com/curtiscde/tab-notifier","commit_stats":null,"previous_names":["curtistimson/tab-notifier"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/curtiscde/tab-notifier","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/curtiscde%2Ftab-notifier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/curtiscde%2Ftab-notifier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/curtiscde%2Ftab-notifier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/curtiscde%2Ftab-notifier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/curtiscde","download_url":"https://codeload.github.com/curtiscde/tab-notifier/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/curtiscde%2Ftab-notifier/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32208474,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T03:15:14.334Z","status":"ssl_error","status_checked_at":"2026-04-24T03:15:11.608Z","response_time":64,"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":["document-title","js-library"],"created_at":"2024-10-11T22:35:16.579Z","updated_at":"2026-04-24T03:36:58.265Z","avatar_url":"https://github.com/curtiscde.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tab Notifier\n\n\u003cimg src=\"https://img.shields.io/npm/v/tab-notifier.svg\" alt=\"Travis CI Build Status\" /\u003e \u003cimg src=\"https://api.travis-ci.org/curtistimson/tab-notifier.svg?branch=master\" /\u003e [![Coverage Status](https://coveralls.io/repos/github/curtistimson/tab-notifier/badge.svg?branch=ci)](https://coveralls.io/github/curtistimson/tab-notifier?branch=ci)\n\n## Usage\n\n```\nimport TabNotifier from 'tab-notifier';\n```\n\n### `notify()`\n\nPrefixes the document title with a number\n\n```\nTabNotifier.notify(); // prefixes title with (1)\nTabNotifier.notify(1); // prefixes title with (1)\nTabNotifier.notify(2); // prefixes title with (2)\n```\n\n### `notifyMessage()`\n\nUpdates the document title to a specific message and alternates every 1 second by default\n\n```\nTabNotifier.notifyMessage('New Message Received!');\n```\n\nOptions:\n\n```\nTabNotifier.notifyMessage('New Message Received!', {\n  intervalSpeed: 1000\n});\n```\n\n### `reset()`\n\nResets the title back to the original document title\n\n```\nTabNotifier.reset();\n```\n\n## Development\n\n```\nnpm start\n```\n\n## Build\n\n```\nnpm run build\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcurtiscde%2Ftab-notifier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcurtiscde%2Ftab-notifier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcurtiscde%2Ftab-notifier/lists"}