nuget-count

0.0.1 • Public • Published

nuget-count

Build Status Fetch a user's package count from Nuget

Usage

get = require 'nuget-count'
 
success = (count) -> ...
error = (err) -> ...
 
(get 'someUserName').then successerror

Features

  • Uses promises

Implementation notes

  • Uses scraping (:[) because Nuget has no API.
  • Because of the scraping approach, we cannot differentiate between user that exist but have no repos, and users that don't exist. Either will return a rejected promise.

Supported environments

  • Node
  • CommonJS

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.1
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.1
    0

Package Sidebar

Install

npm i nuget-count

Weekly Downloads

0

Version

0.0.1

License

MIT

Last publish

Collaborators

  • bcherny