Web font downloader/inliner.
Downloads a set of web fonts specified by @font-face rules in a CSS file. By default, woff2 equivalents are inlined as the modern browsers all support it.
By inlining woff files, this reduces the number of server roundtrips by two in the best case (the external CSS and woff files), one in the worst (just the external CSS). By reducing roundtrips we can reduce the amount of time we risk showing a flash of unstyled or hidden text content.
This tool is currently designed to work against Google's font server but should work against any hosted CSS font that uses @font-face.
A web application that visualizes the structure of a mesh network running the Babel protocol. Requires node.js >=v0.4.0 and npm >=v1.0
Javascript SIP client for VoIP. NodeJS backend. Uses WebRTC built into every modern browser. Found in the NPM collection, so it's easy to install (in theory).
npm2dot is a utility which takes a list of NPM modules installed to support a particular package and generates code for dot (part of graphviz) which can be used to generate a visual map of what's there and how it fits together.