0.0.3 • Published 10 years ago

dhs v0.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
10 years ago

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

.

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago