businesh

1.0.2 • Public • Published

Businesh Translate Tool(ビジネッシュ翻訳)

CircleCI

Npm

$ npm i businesh

How to use

const before_text = '任意の文字列をビジネッシュ・テキストに変換するライブラリです。';
businesh.translate(before_text)
    .then(after_text => {
        // 半強制のコンテクストをハイクオリティなビジネス的サティスファクション・テキストにコンバートフレキシブルに対応するフィジビリティスタディって、この前読んだビジネス書に書いてあった、実例もたくさんある。
        console.log(after_text)
    })
    .catch(err => console.log(err));

Licence

MIT

Special Thanks

Businesh Translate Site: https://bizwd.net/

Readme

Keywords

none

Package Sidebar

Install

npm i businesh

Weekly Downloads

0

Version

1.0.2

License

MIT

Unpacked Size

14.9 kB

Total Files

16

Last publish

Collaborators

  • takeokunn