# github-natural

> github text analysis

Latest version **0.0.2** (published 2012-03-20) · 0 weekly downloads

## Install

```sh
npm install github-natural
pnpm add github-natural
yarn add github-natural
bun add github-natural
```

Provides the command `github-natural`.

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.2 |
| Published | 2012-03-20 |
| First published | 2012-03-20 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Node | 0.6.x |
| Dependencies | 4 |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| Author | catshirt |
| Maintainers | catshirt |
| Keywords | github, keywords |

## Links

- npm: https://www.npmjs.com/package/github-natural
- npm.io page: https://npm.io/package/github-natural

## Dependencies (4)

- [cheerio](https://npm.io/package/cheerio.md) 0.6.2
- [github3](https://npm.io/package/github3.md) 0.4.0
- [natural](https://npm.io/package/natural.md) 0.1.3
- [underscore](https://npm.io/package/underscore.md) 1.3.1

## Recent versions

- 0.0.2 (latest) — 2012-03-20
- 0.0.1 — 2012-03-20

## README

github-natural
===

intention
---
high level word analysis on github users and repositories. currently only supports users. and only barely.

installation
---
install via npm. if you wish to use the command line tool, install with `-g`

    $ npm install github-natural

implementation
---
require github-natural in your nodejs application:

    keywords = require 'github-natural'
    keywords 'catshirt', (words) ->
        console.log JSON.stringify words
        # ["brainy","jsonloops","model","vst","connect","server","io","xcode","mobile","audio","require","json","node","github","node","clients","script","across","boilerplate","simply","coffee","socket","library","project","app","backbone","new","sequencer","nested","listen"]
        # i am only remotely relevant

standalone
--- 
you can get keywords for a user from the command line:

    $ github-natural defunkt
    ["users","name","select","jon","facebox","user","choice","option","master","ruby","port","sake","rb","options","ftpd","ago","github","age","hey","story","gh","foo","ruby","debug","branch","help","choices","microformat","starling","gibberish"]
    # obviously i am not good for very much

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