0.0.2 • Published 12 years ago

github-natural v0.0.2

Weekly downloads
7
License
-
Repository
-
Last release
12 years ago

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:

var keywords = require('github-natural');
keywords('catshirt', function(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 yet