dhs

0.0.3 • Public • Published

Docker registry search

Simple tool to scrap from docker registry and search images direct in the terminal.

Installation

[sudo] npm i -g dhs

Usage

[sudo] dhs -s [keyword]

Contribution

Under ICS feel free to modify and improve.

API

Calling

var dhs = require('dhs');

Search

dhs.search('ubuntu', function (err, result) { // do something with the list of results // [{ // title: 'string', // href: 'string' // }] });

.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.3
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.3
    1
  • 0.0.2
    0
  • 0.0.1
    0

Package Sidebar

Install

npm i dhs

Weekly Downloads

1

Version

0.0.3

License

ISC

Last publish

Collaborators

  • kaiquewdev