UNPKG

hella

Version:
88 lines (48 loc) 1.01 kB
hella ======= `hella` returns hella things ## hella usage download and install `hella` with npm ```bash npm install --save hella ``` require `hella` into your project ```javascript var hella = require('hella') ``` hella returns hella results in arrays of strings ```javascript var results = hella.numbers() console.log(results) // outputs ['0', '1', '2', '3', '4', '5', ...] ``` ## hella API ### animals `hella.animals()` returns hella animal names ### words `hella.words()` returns hella words (in english) ### numbers `hella.numbers()` returns hella numbers ## hella forthcoming ### countries `hella.countries()` returns hella names of countries ### cities `hella.cities()` returns hella city names ### gifs `hella.gifs()` returns hella urls to gifs ### memes `hella.memes()` returns hella names of memes ### demons `hella.demons()` returns hella names of biblical demons ### pokemon `hella.pokemon()` returns hella names of pokemon ## hella CLI hella TODO