gem-count

Fetch a user's gem count from Rubygems

Usage no npm install needed!

<script type="module">
  import gemCount from 'https://cdn.skypack.dev/gem-count';
</script>

README

gem-count

Build Status Fetch a user's gem count from Rubygems

Usage

getGems = require 'gem-count'

success = (count) -> ...
error = (err) -> ...

getGems 'someUserName', success, error

Features

  • Uses promises

Supported environments

  • Node
  • CommonJS