With a bit of time to spare, I wrote a little script that swaps out images on a webpage with a list of urls you specify.
Awesome App: Visits (Mac)
Visits is an awesome little utility shows you how many visits your site is getting. From the App Store:
See your site’s traffic without moving a finger. Visits allows you to, at a glance, see how your site is performing. Pulls all the important data from Google Analytics and gives you hour by hour breakdown of your traffic. In addition, it shows your top content, top referrals and search keywords for the day.
Buy now in the App Store.
Insanely small Javascript Countdown Clock
A while back, @n9nemedia challenged me to make a super short Javascript countdown clock. A few iterations later, I bring you this:
HTTP Basic Auth for NodeJS
After searching around available modules, I could not find a straight up simple HTTP basic authentication library. Every one I found was either really old and broken, or part of a very large library that included its own server. Since the spec for basic authentication is pretty straight forward, I just re-implemented it.
To install: npm install basic-auth
Usage:
You can grab the source here.