Skip to content

lukeburns/repohash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published