$ ./contact.exe
JSONcontact_info.json
1{
2 "status":"open_to_work",
3 "email":,
4 "socials":{
5 "github":"@DeveloperZeeshu",
6 "linkedin":"Jeesan Abbas",
7 "twitter":"@parenthuse_labs"
8 },
9 "location":"Remote — Worldwide",
10 "response_time":"< 24 hours"
11}
13// Waiting for connection...
14
TSsendMessage.ts
// Run this script to send a message
const send = async () => {
const name = "";
const email = "";
await api.submit({ name, email,
message: `
` });
}