This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

punch-couchdb-content-handler

0.0.2 • Public • Published

Punch CouchDB Content Handler

A custom Punch content handler to fetch data from CouchDB.

How to Use

  • Install the package:

    npm install punch-couchdb-content-handler

  • Open your Punch project's configurations (config.json) and add the following:

      "plugins": {
      	"content_handler": "punch-couchdb-content-handler"
      }
    
  • You can use couchdb section to provide CouchDB specific configuration.

      "couchdb": {
      	"server": "http://127.0.0.1:5984",
      	"db": "example_com",
      	"username": "admin",
      	"password": "password"
      }
    
  • server - the Url of the CouchDB server.

  • db - the CouchDB database name.

  • username - the CouchDB username.

  • password - the CouchDB password.

Package Sidebar

Install

npm i punch-couchdb-content-handler

Weekly Downloads

2

Version

0.0.2

License

none

Last publish

Collaborators

  • openwebcraft