Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kulakowka/libtuts-projects-grabber


https://github.com/kulakowka/libtuts-projects-grabber

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

        

# Libraries.io parser

```
https://libraries.io/api/npm/mocha?api_key=55830a25cdfb7da183e04d2757e89ebb
https://libraries.io/npm/mocha
```

## CLI

Help:
```
npm start -- -h
```

Start with a specified page:
```
DEBUG=app:* npm start -- -p 100
```

## Search worker

Compact debug:
```
DEBUG=app:request npm start
DEBUG=app:worker npm start
DEBUG=app:db npm start
```

Full debug:
```
DEBUG=app:request,app:worker,app:db npm start
DEBUG=app:* npm start
```