Skip to content

Instantly share code, notes, and snippets.

@YonathanMeguira
Last active June 7, 2018 19:02
Show Gist options
  • Save YonathanMeguira/a42f7b16f4b7d374885c372fac3e5c33 to your computer and use it in GitHub Desktop.
Save YonathanMeguira/a42f7b16f4b7d374885c372fac3e5c33 to your computer and use it in GitHub Desktop.
piss wife off
pissWifeOff(req, res) {
let message = 'My husband is the best';
for (let i = 0; i < 1001; i++) {
twilio.sendSMS('BEST HUSBAND EVER', message, wifeNumber)
.then(
success => {
if (i === 1000) {
res.send('Congrats, you are a dead man')
}
},
error => console.log(error)
)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment