This project is no longer maintained. See Did It Land for an actively maintained replacement.
Find out if a given changeset is in the latest Nightly build. Try it live at http://mcomella.xyz/is-it-in-nightly.
For more info (including implementation details), check out my blog post.
Install deps:
npm install
To compile:
npm run build
Open the file locally in your browser. On OS X:
open dist/index.html
Or host a local web server:
cd dist && python -m SimpleHTTPServer
By default, connect to localhost:8000
.
To build as files are edited:
npm run watch
Run:
npm test