npm-maintainers-au

0.0.1 • Public • Published

npm-maintainers-au

A utility to fetch and collate a list of Australian npm package maintainers. Uses data collected daily at https://github.com/polyhack/npm-github-data. Collected by npm-github-data-collector.

See npm-maintainers for the core logic behind this package and what kind of data is returned. This is a simple wrapper that provides an Australian list.

var npmMaintainersAu = require('npm-maintainers-au')
npmMaintainersAu(function (err, data) {
  // ...
})

Licence

npm-maintainers is Copyright (c) 2012 Rod Vagg @rvagg and the #polyhack team and licenced under the MIT licence. All rights not explicitly granted in the MIT license are reserved. See the included LICENSE file for more details.

/npm-maintainers-au/

    Package Sidebar

    Install

    npm i npm-maintainers-au

    Weekly Downloads

    3

    Version

    0.0.1

    License

    MIT

    Last publish

    Collaborators

    • rvagg