1.1.0 • Published 8 years ago

node-artlebedev-typograf v1.1.0

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

artlebedev-typograf

Build Status Coverage Status npm version Dependency Status DL DT

current stable 1.1.0

info

remote typograf via http://typograf.artlebedev.ru/webservices/typograf.asmx

usage

code
var typograf = require('artlebedev-typograf');

typograf.encode('my name is "victor"', function(err, result) {
    console.log(result);
}
result
my name is «victor»

changelog

1.0

1.0.0: initial build 1.0.1: update readme.md 1.0.2: fix error and initial travis integration 1.0.3: travis full integration 1.0.4: try code coverage 1.0.5: full code coverage

1.1

using official XML transport

1.1.0: initial XML transport

1.1.0

8 years ago

1.0.5

8 years ago

1.0.3

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago