Skip to content

mithlesh4257/is-it-in-nightly

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Is it in Nightly?

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.

Setup

Install deps:

npm install

Run

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.

Development

To build as files are edited:

npm run watch

Test

Run:

npm test

About

Determine if a changeset is in the latest Firefox Nightly build

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.5%
  • Shell 4.5%