ir-banking-server
v0.0.1
Published
Bank/Card Transactions
Downloads
8
Maintainers
Readme
ir-banking-server
Bank/Card Transactions
Installation
npm install ir-banking-server --save
Documentation
TBD
Complete Example
Here's an example of a Feathers server that uses ir-banking-server
.
const feathers = require('@feathersjs/feathers');
const plugin = require('ir-banking-server');
// Initialize the application
const app = feathers();
// Initialize the plugin
app.configure(plugin());
License
Copyright (c) 2018
Licensed under the MIT license.