Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
Tanner Collin da76c217d4 Fix a bug where secureID wouldn't be sent on only the first load il y a 7 ans
public Fix a bug where secureID wouldn't be sent on only the first load il y a 7 ans
src Fix a bug that breaks the site if the secureID isn't found il y a 7 ans
views Fix a bug where secureID wouldn't be sent on only the first load il y a 7 ans
.babelrc Upgrade to Babel 6.x il y a 7 ans
.eslintrc Initial commit from boilerplate il y a 7 ans
.gitignore Move all static files to public/ folder and fix paths il y a 7 ans
LICENSE Customize boilerplate for project il y a 7 ans
README.md Add README, update notification gif and change wording il y a 7 ans
package.json Generate IDs cryptographically securely on the server il y a 7 ans
server.js Generate IDs cryptographically securely on the server il y a 7 ans
serverdev.js Move all static files to public/ folder and fix paths il y a 7 ans
webpack.config.js Upgrade to Babel 6.x il y a 7 ans
webpack.production.config.js Upgrade to Babel 6.x il y a 7 ans

README.md

Notica

Send browser notifications from your terminal. No installation. No registration.

https://notica.us/

Usage

Notica is a Bash function / alias that sends a notification to a tab in your browser when it's ran:

$ long-running-command; notica Finished!

This will wait until the first command completes before running Notica. That way you can go do other things while your long task runs. Then you will recieve a notification on any devices that have the Notica website open.

Notification Example gif

Setup

Please follow the instructions on the Notica home page since they are generated specific to you:

https://notica.us/

Source Code

License

Notica is free and open-source software released under the MIT License.

Self-hosting

Hosting Notica on your own server is extremely easy. Clone this repository, change all notica.us URLs to your own domain, and then run npm install && npm start. You can connect to it directly or through a reverse proxy.