Fetch a user's CPAN count from MetaCPAN
getCPANs = require 'cpan-count'
success = (count) -> ...
error = (err) -> ...
getCPANs 'someUserName', success, error
- Uses promises
- Node
- CommonJS
Most of the code are copied from https://github.com/eighttrackmind/gem-count