L's repositories
hapi-react
Render hapi views
pluck-deep
Pluck values of an object given a string
date-range
Generate a range of dates
merge-with
Implementation of merge-with in JS. Merge an obj with n number of obj running a function on matching keys.
reductions
Returns an array of intermediate values of the reduction (as per reduce) of coll by fn, starting with init.
agile-results
Trello commands for an Agile Results lifestyle
callback-with
Generates a function that is called with initially supplied arguments
cult-of-the-party-parrot
A simple server that returns a party parrot
drop-while
Returns a an array of the items in coll starting from the first item for which pred(item) returns null/undefined.
eslint-config
My eslint-config
node-buf2str
Convert a buffer (or buffer accepted value) to a string.
node-multi-queue
An async multi queue with strategies
secret-gift-emailer
Secret Gift Emailer Thingy
simple-audio-playlist
Creates an audio playlist website with a flick of a script.
split-with
Returns an array of [takeWhile(pred, coll), dropWhile(pred, coll)]
take-while
Returns an array of successive items from coll while pred(item) returns true.