in-memory-of-ataturk
v2.0.2
Published
Shows a quote from Ataturk after nodejs exit.
Downloads
3
Readme
in-memory-of-ataturk
Shows a quote from Ataturk after nodejs exit.
Install
$ npm install --save-dev in-memory-of-ataturk
Usage
Just add and call it in your main app.
require('in-memory-of-ataturk')();
You can define language if you prefer. Default quote language is English.
require('in-memory-of-ataturk')('tr');
Currently supports English(en) and Turkish(tr) languages.