An open API service indexing awesome lists of open source software.

https://github.com/gulpjs/registry

[Unused] NPM on ElasticSearch
https://github.com/gulpjs/registry

Last synced: 9 months ago
JSON representation

[Unused] NPM on ElasticSearch

Awesome Lists containing this project

README

          

## Information

Packageregistry

Description
elasticsearch API wrapper

Node Version
>= 0.9

## Usage

```
node bin/proxy.js --port 80 --es http://localhost:9200/npm
```

```
node bin/replicate.js --npm http://skimdb.npmjs.com/registry --es http://localhost:9200/npm
```

```
node bin/all.js --port 80 --npm http://skimdb.npmjs.com/registry --es http://localhost:9200/npm
```

### Putting npm into elasticsearch

see [solids/npm2es](https://github.com/solids/npm2es)