microformats/microformat-node

Provide promise-based methods instead of callback style

Opened this issue · 0 comments

A lot of the current examples lean on callback-style approaches which is (more or less) not a needed design pattern for the project. More recent version of Node and browsers support promises.