UNPKG

bing-translate-result

Version:

A simple translate API for Bing Translator. Exports translate, audio and detect. ## Install ``` npm i bing-translate-result ``` ## Usage Translate: ```javascript import bing from 'bing-translate-result';

30 lines (29 loc) 681 B
{ "name": "bing-translate-result", "version": "1.0.4", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc" }, "repository": { "type": "git", "url": "git+https://github.com/chunibyocola/bing-translate-result.git" }, "keywords": [ "bing", "translate", "translator", "api", "extension" ], "author": "sweetcola <sweetcoladev@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/chunibyocola/bing-translate-result/issues" }, "homepage": "https://github.com/chunibyocola/bing-translate-result", "dependencies": { "typescript": "^3.9.7" } }