0.0.1 • Published 5 years ago

libscie-api v0.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

Liberate Science API

The base API for a p2p scholarly communication infrastructure. More information on this infrastructure is available in this conceptual publication and this technical publication (note these might have been extended by now).

Usage

This is an npm module that does not export any processes to your global environment. In other words, it is a module that you can use in your NodeJS packages, but does not provide any direct functionality outside of it. If you are looking for a Command Line Interface (CLI), we got you covered.

Installation

npm install libscie-api        #if you want to use it in node directly
npm install libscie-api --save #if you want to use it in development of software