An open API service indexing awesome lists of open source software.

https://github.com/e-contract/dssp-nodejs


https://github.com/e-contract/dssp-nodejs

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Digital Signature Service Client for NodeJS

This project contains the NodeJS client for the Digital Signature Service.

## Getting Started

Try out the example web application via:
```
npm install
npm start
```
Point your web browser to: http://localhost:3000/

## NPM package

Install via NPM within your project:
```
npm install --save dssp-nodejs
```

## Specifications

The Digital Signature Service Protocol specifications are available at the [e-Contract.be DSSP Maven project site](https://www.e-contract.be/sites/dssp/).

## License

The DSSP SDK for NodeJS is licensed under the commercially friendly [GNU LGPL license](http://www.gnu.org/licenses/lgpl.html).