1.0.3 • Published 4 years ago

rollodeqc-gh-search-users-all v1.0.3

Weekly downloads
2
License
AGPL-3.0
Repository
github
Last release
4 years ago

rollodeqc-gh-search-users-all

Build Status Coverage Status Dependency Status

RoLLodeQc module to search all GitHub users while respecting rate limits.

Install

$ npm install --save rollodeqc-gh-search-users-all

New since version 0.5.0

The cli now uses update-notifier to let the user know about updates to this program.

Users have the ability to opt-out of the update notifier by changing the optOut property to true in ~/.config/configstore/update-notifier-rollodeqc-gh-search-users-all.json. The path is available in notifier.config.path.

Users can also opt-out by setting the environment variable NO_UPDATE_NOTIFIER with any value or by using the --no-update-notifier flag on a per run basis.

Usage

const rollodeqcGhSearchUsersAll = require('rollodeqc-gh-search-users-all');

rollodeqcGhSearchUsersAll('unicorns');
//=> 'unicorns & rainbows'

API

rollodeqcGhSearchUsersAll(query)

Search all GitHub users while respecting rate limits. Returns a promise.

query

Type: string|object

string values can represent a search query or a complete GitHub API URL (beginning with http:// or https://). Otherwise see the tests and source code if query is an object.

Dependencies

  • gh-user
  • lodash.sorteduniqby
  • rollodeqc-gh-bookworm
  • rollodeqc-gh-search-users

License

AGPL-v3 © Robin Millette

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.8.1

5 years ago

0.8.0

6 years ago

0.7.0

6 years ago

0.6.2

7 years ago

0.6.0

7 years ago

0.5.3

7 years ago

0.5.2

8 years ago

0.5.1

8 years ago

0.5.0

8 years ago

0.4.1

8 years ago

0.3.0

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago