Skip to content

docLoop/paperhive-adapter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PaperhiveAdapter

This package is meant to be used with docloop.

Install like this:

npm install docloop-paperhive-adapter

Use like this (see docloop):

var PaperhiveAdapter = require('docloop-paperhive-adapter').PaperhiveAdapter 

docloopCore
.use(PaperhiveAdapter,{
  name:             	"PaperHive",
  home:             	'https://paperhive.org',
  contentLink:			'https://paperhive.org/documents/items/%s',
  discussionsLink:		'https://paperhive.org/api/discussions?document=%s',
  documentLinkById:		'https://paperhive.org/api/document-items/by-document/%s',
  documentLinkByIemId:	'https://paperhive.org/api/document-items/%s',
  extraEndpoints:    	true,
  scanningInterval:  	60*60*1000
})

Here's the documentation: docloopDocs

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published