Evenin'
Detect, search and list general greetings for a large amount of languages.
Install
$ npm install --save evenin
Usage
const greetings = require("evenin");
greetings.hasGreeting("Hello, world!");
greetings.hasGreeting("Goodbye, world!");
greetings.isGreeting("hello");
greetings.isGreeting("goodbye");
greetings.findGreetings("hello");
greetings.findGreetings("g'");
greetings.getLanguage("english");
Disclaimer
This project is largely a joke and hasn't really been tested. If you run into a problem, feel free to make an issue though. I'd be interested to see if people have an actual use for this. All the greetings are from Jennifer's Language Page which is honestly an amazing resource.
License
MIT © Thijs Molendijk (molenzwiebel)