maksejs
v0.0.1
Published
Javascript library for Maksekeskus payments
Downloads
6
Readme
MakseJS
A minimal node module providing utility methods for dealing with Maksekeskus API. Read more in our "blog post."
Installation
npm install maksejs --save
Usage
var mk = require('maksejs');
mk.setShopId('1234');
Tests
npm test
Contributing
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.
Release History
- 0.0.1 Work begins