diff --git a/README.md b/README.md index 6d5e99c..f8919d1 100644 --- a/README.md +++ b/README.md @@ -9,4 +9,19 @@ Huh? I made this fairly straight-forward app as a way of getting to grips with [glitch](https://glitch.com/), learning some of the features and getting to grips with what it's all about. The app checks whether it's my birthday or not and, if it is, celebrates that fact in appropriate style. -If you *really* want to see it but you just can't wait for June 25, look out for the subtle little 'π' link in the bottom right of the screen to get a 5-second taster of what the big event is all about. \ No newline at end of file +If you *really* want to see it but you just can't wait for June 25, look out for the subtle little 'π' link in the bottom right of the screen to get a 5-second taster of what the big day is all about. + + +Remix +----- + +If you choose to [remix this](https://glitch.com/edit/#!/remix/isitjasonsbirthday) you'll probably want to switch it to work with *your* birthday. You do that in `script.js`. Lines 2 and 3 define the relevant day and month, respectively. + + +Links +----- + +* [The live app, on Glitch](http://isitjasonsbirthday.glitch.me/) +* [The Glitch app page](https://glitch.com/~isitjasonsbirthday) +* [My mirror of the code](https://code.jnf.me/jaywll/IsItJasonsBirthday) +* Other random stuff I've made \ No newline at end of file diff --git a/script.js b/script.js index ff335d3..3798071 100644 --- a/script.js +++ b/script.js @@ -1,7 +1,7 @@ var birthday = { - now: null, day: 25, month: 6, // June + now: null, faking: false, check: function() { if (this.faking) return;