1.0.1 • Published 5 years ago

tal-validation-transaction v1.0.1

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

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 :