Nick Palenchar

Results 10 issues of Nick Palenchar

Hi! Noticed this file so I figured I'd try implementing my favorite array method--reduce!

That way a user could verify a hash of a version was not tampered with.

Something like ```js const { useSetGoodInterval } = require('goodtimer/timeutil'); useSetGoodInterval(); setInterval(..., ...) // now is setGoodInterval ```

generate an index.html page that lists all objects in the `goodtimer/` s3 bucket.

`timeStr`s are the abbreviations for full names (i.e., `'M'` or `'minutes'`) ``` { round | floor | ceil: 'timeStr', exclude: 'timeStr', // remove all values up to and including timeStr,...

english-like parsing: `two years and seven days` `10 minutes` `1 second` `3 second` Main qualities: * numbers can be ints or written out. * `and` can be added without interfearing

functions fire on `onTimeout` and `onInterval`, but `OnTime` should be added to allow users to add arbitrary events whenever they please. ## As TimerOptions ```javascript new Timer("5:00", { onTime: {...

Ability to add words (usually a human name for the unit), that will automatically be pluralized if the value is anything but 1. ``` timer.fmtTime('%S {%s:second} left') // => "10...