tal-validation-transaction

1.0.1 • Public • Published

[tal-validation-transaction]

const express = require("express");
const app = express();

const { fileValidation } = require("./index");

app.listen(3000, () => {
  console.log("app listening on port 3000");
});

return fileValidation("transasction.json", __dirname + "/transaction.json")
  .then(res => {
    console.log("check the  response ==>>", res);
  })
  .catch(err => {
    console.log("check the error ==>", err);
  });

Installation

This is a Node.js module available through the npm registry.

Before installing, download and install Node.js. Node.js 0.10 or higher is required.

Installation is done using the npm install command:

$ npm install tal-validation-transaction

Credits :

Package Sidebar

Install

npm i tal-validation-transaction

Weekly Downloads

3

Version

1.0.1

License

ISC

Unpacked Size

18 kB

Total Files

7

Last publish

Collaborators

  • talomari