I hereby claim:
- I am alechash on github.
- I am alechash (https://keybase.io/alechash) on keybase.
- I have a public key ASDtnqTGau_A5LCRTCwS6u6QAOzbTHAL5NeQCm4ynNTLVgo
To claim this, I am signing this object:
| const fetch = require('node-fetch'); | |
| const jsdom = require("jsdom"); | |
| const { | |
| JSDOM | |
| } = jsdom; | |
| // | |
| // Twilio settings. | |
| // These are used to send texts. | |
| // You can find these credentials on your Twilio account. |
I hereby claim:
To claim this, I am signing this object:
| function randomNumber() { | |
| const randomNumber = Math.random(); | |
| return randomNumber; | |
| }; |
| <style> | |
| .hidden { | |
| display: none; | |
| } | |
| </style> | |
| <button id="_share" class="hidden">share</button> | |
| <script> | |
| if (navigator.share) { |