github-natural

0.0.2 • Public • Published

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

/github-natural/

    Package Sidebar

    Install

    npm i github-natural

    Weekly Downloads

    1

    Version

    0.0.2

    License

    none

    Last publish

    Collaborators

    • catshirt