Open Telegram and search for @BotFather user and message them the following:
You
/newbot
BotFather
| /** | |
| * Compares two software version numbers (e.g. "1.7.1" or "1.2b"). | |
| * | |
| * This function was born in http://stackoverflow.com/a/6832721. | |
| * | |
| * @param {string} v1 The first version to be compared. | |
| * @param {string} v2 The second version to be compared. | |
| * @param {object} [options] Optional flags that affect comparison behavior: | |
| * <ul> | |
| * <li> |
| // Original Source | |
| // http://thecodeplayer.com/walkthrough/make-a-particle-system-in-html5-canvas | |
| // | |
| // Modified to work with `node-openvg-canvas` on the Raspberry Pi | |
| // - use RequestAnimationFrame instead of setInterval | |
| // - correct the number of arguments in call to `ctx.arc()` | |
| // | |
| // Usage: | |
| // - install Node.JS | |
| // (refer to Installing Node section here: http://blog.rueedlinger.ch/2013/03/raspberry-pi-and-nodejs-basic-setup/) |