1.1.3 • Published 6 years ago
hanny v1.1.3
Quick Start
Package installation can be done with npm install
command:
$ npm install -g hanny
Usage
Start the quiz using the following CLI command:
$ hanny
Local Use
const han = require('hanny');
han.randomQuestion();
// Returns a random question {query: 'What is Han's favorite color?', answer: 'Red'}
Licsense
MIT © Han Wang