/librebank-oracle-core

LibreBank oracle core subrepo

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

LibreBank Oracle Core

Core library of LibreBank.

Written on NodeJS with love :)

Requirements

  1. NodeJS v. 7.4+ (https://nodejs.org/en/)
  2. Build essentials package to your OS (needed for building some deps) For Debian-based linux you need intall build-essential package by apt. For Windows: latest Visual Studio C++ compiler.

Getting Started

Simple clone this repo and install deps using npm

git clone https://github.com/LibreCash/oracle-core
cd oracle-core
npm install

Run demo

npm start

Contiributing

If you want to help us get better - create issue and PR.

License

Code released under the MIT licence.