Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/curtiscde/flashing-page-title-notification
✨ Flashing Page Title Notification npm package
https://github.com/curtiscde/flashing-page-title-notification
browser flashing notification notifications
Last synced: 3 months ago
JSON representation
✨ Flashing Page Title Notification npm package
- Host: GitHub
- URL: https://github.com/curtiscde/flashing-page-title-notification
- Owner: curtiscde
- Created: 2015-11-04T15:19:08.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2023-07-19T19:16:26.000Z (over 1 year ago)
- Last Synced: 2024-09-21T13:55:19.862Z (3 months ago)
- Topics: browser, flashing, notification, notifications
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/flashing-page-title-notification
- Size: 347 KB
- Stars: 10
- Watchers: 2
- Forks: 13
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flashing Page Title Notification JS
[![Netlify Status](https://api.netlify.com/api/v1/badges/ea404321-93fd-4514-bba4-8a4965a7244d/deploy-status)](https://app.netlify.com/sites/flashing-page-title-notification/deploys)
A javascript plugin which allows easy use of creating a flashing page title for notification purposes.
[![enter image description here][1]][1]
[1]: https://i.stack.imgur.com/e2O3j.gif
## Demo
https://flashing-page-title-notification.netlify.com
## Blog Article
https://www.curtiscode.dev/post/js/create-a-flashing-tab-notification-page-title
## Example
```
pageTitleNotification.on("New Message!", 1000);pageTitleNotification.off()
```## Install
```
npm install flashing-page-title-notification
```## Develop
Manual build to `/dist`:
```
npm run build
```Changes can be tested at `/demo-publish` by running:
```
npm run build-demo
```