Hi all. I am
Anirban Routh
> Software Developer
// complete the game to continue // or click skip to bypass // find my profile on Github:
bio.js
Project 1 // _sms-forwarder
Active
SMS Forwarder v3.4
A high-performance Android automation utility designed to synchronize and forward incoming SMS alerts to webhooks, email servers, or other phones.
1
2
3
4
5
6
7
8
9
10
11
12
2
3
4
5
6
7
8
9
10
11
12
const button = document.querySelector('#sendBtn');
const message = {
name: "",
email: "",
message: "",
date: ""
};
button.addEventListener('click', () => {
form.send(message);
});
const message = {
name: "",
email: "",
message: "",
date: ""
};
button.addEventListener('click', () => {
form.send(message);
});