https://github.com/unfoldingword-dev/node-door43-client
A client library for interacting with the Door43 Catalog
https://github.com/unfoldingword-dev/node-door43-client
Last synced: 2 months ago
JSON representation
A client library for interacting with the Door43 Catalog
- Host: GitHub
- URL: https://github.com/unfoldingword-dev/node-door43-client
- Owner: unfoldingWord-dev
- License: mit
- Created: 2016-07-12T23:55:16.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T17:04:23.000Z (over 3 years ago)
- Last Synced: 2024-04-13T21:57:30.420Z (about 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 530 KB
- Stars: 0
- Watchers: 6
- Forks: 1
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# node-door43-client
A client library for interacting with the [Door43](https://door43.org) Resource Catalog (eventually to be located at https://cdn.door43.org/v3/catalog.json).
> This library is still under development
## Installation
```
npm install door43-client
```
## CLI
To use the cli commands you must install globally
```
npm install -g door43-client
```
Then you can generate an index and download resource containers.
```
door43-client index
...
door43-client download
```
For details on additional arguments append `-h` to the command