• Packages
  • Themes
  • Documentation
  • Blog
  • Discuss
Sign in

notify

Native desktop notifications for Atom
idleberg
0.1.9 49
0
  • Repo
  • Bugs
  • Versions
  • License
Flag as spam or malicious

notify

apm apm apm CircleCI David

Description

Native desktop notifications for Atom. This package is a fork of atom-notifier by Benjamin Dean.

Differences:

  • written in TypeScript
  • service provider for third-party packages
  • icon themes

Installation

apm

Install notify from Atom install view or use the command-line equivalent:

$ apm install notify

Using Git

Change to your Atom packages directory:

Windows

# Powershell
$ cd $Env:USERPROFILE\.atom\packages
:: Command Prompt
$ cd %USERPROFILE%\.atom\packages

Linux & macOS

$ cd ~/.atom/packages/

Clone the repository as notify:

$ git clone https://github.com/idleberg/atom-notify notify

Install dependencies:

cd notify && npm install

Usage

Service Provider

This package provides the service to notify users. To consume it, add the following to your package.json:

{
  "consumedServices": {
    "notify": {
      "versions": {
        "0.1.0": "consumeNotify"
      }
    }
  }
}

License

This work is licensed under the MIT License

I think this package is bad news.

Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.

  • Terms of Use
  • Privacy
  • Code of Conduct
  • Releases
  • FAQ
  • Contact
with by