1.0.0 • Published 8 years ago

google-translate-languges-list v1.0.0

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

google-translate-languges-list

google translate languges list

this is a simple Promise to get google translate languages list.

use

npm install ...

const getLanguageList = require('google-translate-languages-list');

getLanaguageList('zh-CN') // iso language code
    .then(body => console.log(body))
    .catch(err => console.log(err))

license

MIT

1.0.0

8 years ago