json-to-wsld

2.1.0 • Public • Published

json-to-wsld

converter json (Rest APi ) to Soap (web service)

Instalacion

Seguir estas instrucciones

npm i json-to-wsld

uso

// Importar el modulo
const m = require('.');

// Suma
console.log(m.suma(1,2));
console.log(m.suma(1,2));
console.log(m.suma(90,2));

// Restas
console.log(m.resta(11,24));
console.log(m.resta(1,2));

// Multiplicacion
console.log(m.multiplicacion(1,24));
console.log(m.multiplicacion(10,300));

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.1.0
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 2.1.0
    2
  • 2.0.1
    1
  • 2.0.0
    1

Package Sidebar

Install

npm i json-to-wsld

Weekly Downloads

4

Version

2.1.0

License

MIT

Unpacked Size

4.01 kB

Total Files

5

Last publish

Collaborators

  • fredyteheranto