0.0.1 • Published 3 years ago

ir-banking-server v0.0.1

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

ir-banking-server

Build Status Code Climate Test Coverage Dependency Status Download Status

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.