# open-github-notifications

> Open GitHub notifications in your browser

Latest version **0.0.8** (published 2016-05-06) · MIT license · 0 weekly downloads

## Install

```sh
npm install open-github-notifications
pnpm add open-github-notifications
yarn add open-github-notifications
bun add open-github-notifications
```

Provides the command `open-github-notifications`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.8 |
| Published | 2016-05-06 |
| First published | 2016-01-06 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=0.10.0 |
| Dependencies | 5 |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 4 |
| Author | Richard Littauer |
| Maintainers | richardlitt |
| Keywords | cli-app, cli, git, GitHub, notifications |

## Links

- npm: https://www.npmjs.com/package/open-github-notifications
- Repository: https://github.com/richardlitt/open-github-notifications
- Homepage: https://github.com/richardlitt/open-github-notifications#readme
- Issues: https://github.com/richardlitt/open-github-notifications/issues
- npm.io page: https://npm.io/package/open-github-notifications

## Dependencies (5)

- [meow](https://npm.io/package/meow.md) ^3.7.0
- [open](https://npm.io/package/open.md) 0.0.5
- [ghauth](https://npm.io/package/ghauth.md) ^3.2.0
- [octokat](https://npm.io/package/octokat.md) ^0.4.16
- [bluebird](https://npm.io/package/bluebird.md) ^3.1.1

## Alternatives

- [@salesforce/cli](https://npm.io/package/@salesforce/cli.md) — 389.7K weekly downloads
- [@mintlify/cli](https://npm.io/package/@mintlify/cli.md) — 208.9K weekly downloads
- [@grafana/e2e-selectors](https://npm.io/package/@grafana/e2e-selectors.md) — 128.7K weekly downloads
- [mintlify](https://npm.io/package/mintlify.md) — 112.0K weekly downloads
- [@intlayer/cli](https://npm.io/package/@intlayer/cli.md) — 22.8K weekly downloads

## Recent versions

- 0.0.8 (latest) — 2016-05-06
- 0.0.7 — 2016-03-25
- 0.0.5 — 2016-03-08
- 0.0.4 — 2016-02-23
- 0.0.3 — 2016-02-23
- 0.0.2 — 2016-02-23
- 0.0.1 — 2016-01-06
- 0.0.0 — 2016-01-06

## README

# open-github-notifications [![Build Status](https://travis-ci.org/RichardLitt/open-github-notifications.svg?branch=master)](https://travis-ci.org/RichardLitt/open-github-notifications)

> Open GitHub notifications from your command line


## Install

```
$ npm install --global open-github-notifications
```

Make sure to [create a token off of GitHub](https://github.com/settings/tokens) and set it in your `.bash_profile` as `$GITHUB_OGN_TOKEN`.

## Usage

```js
const openGithubNotifications = require('open-github-notifications');

openGithubNotifications('ipfs', 'go-ipfs', 15);
//=> 'Now opening 15 notifications from ipfs/go-ipfs...''
```

## API

### openGithubNotifications(organization, repository, amount)

#### organization

Type: `string`

The organization to open.

#### repository

Type: `string`

The repository to get notifications for. This can also be included with the organization, with the syntax:

    organization/repository

#### -a, amount

Type: `int`
Default: 15.

The amount to open (cannot be more than 50 at once). This can also be provided as the last argument.

#### -p, participating

Type: `flag`
Default: false.

## CLI

```sh
$ npm install --global open-github-notifications
```

```sh
  Open GitHub notifications in your browser

  Usage
    $ open-github-notifications
    $ open-github-notifications <org> <repo> <amount>
    $ open-github-notifications <org>/<repo> <amount>

  Examples
    $ open-github-notifications
    Opened 15 notifications.
    $ open-github-notifications ipfs go-ipfs 15
    Opened 15 notifications.
```


## License

MIT © [Richard Littauer](http://burntfen.com)

---
_Source: https://npm.io/package/open-github-notifications · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
