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' // }] });

.

Readme

Keywords

Package Sidebar

Install

npm i dhs

Weekly Downloads

1

Version

0.0.3

License

ISC

Last publish

Collaborators

  • kaiquewdev