1.0.4 • Published 8 years ago

nfce-json v1.0.4

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

nfce-json

Loader and parser of the Brazilian NFCe data as JSON.

Install

npm install nfce-json

Usage

var NFCE 		= require("nfce-json").NFCE;

//Loads the desired NCFe code for the given Brazillian state.
NFCE.load("nfce-code-here","rs",
function(p_json,p_err)
{
	var json_str = JSON.stringify(p_json,null," ");
	var fs = require("fs");
	fs.writeFileSync("output.json",json_str);
	console.log(p_json);
});

Caveats

Only available for the RS state for now.

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago