@midnight-theory/gatherer

0.1.1 • Public • Published

license

Gatherer

Gather content from GatherContent.

Originally written from @kyleoliveiro, modified by @aaronkow to fetch V2 API from GatherContent.

Demo

Installation

# For npm
$ npm i -g @midnight-theory/gatherer

# For yarn
$ yarn global add @midnight-theory/gatherer

Gatting started

  1. Create config with naming gatherer.json with reference to your GatherContent username and password with format:
{
  "username": "<your-email>",
  "password": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
  "project": "888888",
  "pages": "./dest"
}
  1. Then run gatherer. That's all.

Config for gatherer.json

Key Explaination
username Specify your username here, which is the email you registered with GatherContent
password Password is your API key which you can generate via API tab under "Personal settings"
project This is the project ID which you can obtain from via project link
pages Specify where the data should be stored

Package Sidebar

Install

npm i @midnight-theory/gatherer

Weekly Downloads

0

Version

0.1.1

License

MIT

Unpacked Size

13 MB

Total Files

21

Last publish

Collaborators

  • aaronkow