1.0.2 • Published 9 years ago

hello-dolly v1.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

Hello Dolly

version downloads downloads dependency

This is not just a plugin, it symbolizes the hope and enthusiasm of an entire generation summed up in two words sung most famously by Louis Armstrong.

How to use

  npm install --save hello-dolly

Examples:

var hello_dolly = require('hello-dolly');

console.log(hello_dolly());//English

console.log(hello_dolly('en'));//English

console.log(hello_dolly('zh-CN'));//Simplified-Chinese

console.log(hello_dolly('test'));//Others Default Language English

The only param is Language.

How to contribute

Feel free to fork and send pull requests.

Multilanguage needed.

with-love