0.0.1 • Published 9 years ago

repohash v0.0.1

Weekly downloads
4
License
ISC
Repository
github
Last release
9 years ago

Repo Hash

Get a hash of a Github repository.

Install

npm install repohash

Usage

repohash(username, repository)
var repohash = require('repohash');
repohash('nodejs', 'io.js', function (err, hash1) {
  repohash('joyent', 'node', function (err, hash2) {
    console.log('nodejs/io.js', hash1)
    console.log('joyent/node', hash2)
    console.log('agree?', hash1 === hash2)
  });
});
0.0.1

9 years ago

0.0.0

9 years ago