Go to file
2017-01-07 12:21:01 -07:00
public Fix tabs and add noscript message to index.html 2017-01-07 12:21:01 -07:00
src Serve example gif ourselves to increase user privacy 2017-01-07 11:52:56 -07:00
.babelrc Initial commit from boilerplate 2016-12-21 17:59:10 -07:00
.eslintrc Initial commit from boilerplate 2016-12-21 17:59:10 -07:00
.gitignore Move all static files to public/ folder and fix paths 2016-12-28 00:50:58 -08:00
.jshintrc Initial commit from boilerplate 2016-12-21 17:59:10 -07:00
LICENSE Customize boilerplate for project 2016-12-21 18:16:08 -07:00
package.json Adjust scripts and repo info in package.json 2017-01-06 18:06:44 +00:00
README.md Add README, update notification gif and change wording 2017-01-04 00:32:41 +00:00
server.js Improve logging 2016-12-30 07:22:12 +00:00
serverdev.js Move all static files to public/ folder and fix paths 2016-12-28 00:50:58 -08:00
webpack.config.js Move all static files to public/ folder and fix paths 2016-12-28 00:50:58 -08:00
webpack.production.config.js Make webpack config better for production 2016-12-30 07:21:38 +00:00

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.