https://github.com/e-contract/dssp-nodejs
https://github.com/e-contract/dssp-nodejs
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/e-contract/dssp-nodejs
- Owner: e-Contract
- License: other
- Created: 2017-09-20T10:14:52.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-02-11T08:24:41.000Z (over 7 years ago)
- Last Synced: 2025-03-08T15:45:33.902Z (over 1 year ago)
- Language: JavaScript
- Size: 215 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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).