repohash

0.0.1 • Public • Published

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)
  });
});

Readme

Keywords

none

Package Sidebar

Install

npm i repohash

Weekly Downloads

0

Version

0.0.1

License

ISC

Last publish

Collaborators

  • lukeburns