Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kulakowka/libtuts-projects-grabber
https://github.com/kulakowka/libtuts-projects-grabber
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kulakowka/libtuts-projects-grabber
- Owner: kulakowka
- Created: 2016-08-04T22:33:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-04T22:33:57.000Z (over 8 years ago)
- Last Synced: 2024-10-16T21:04:07.122Z (27 days ago)
- Language: JavaScript
- Homepage: https://code-typing-tutor.com
- Size: 9.77 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```