0.0.1 • Published 8 years ago

hatebu-counter v0.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

hatebu-counter

Count Hatebu.

Installation

$ npm install hatebu-counter -S

Usage

var hatebuCount = require('hatebu-counter');

hatebuCount('http://example.com', function(error, count) {
  // count => N
});

or ES2015

import hatebuCount from 'hatebu-counter';

hatebuCount('http://example.com', (error, count) => {
  // count => N
});

Tests

$ npm test

License

MIT

0.0.1

8 years ago