Skip to content
View lcorrigan704's full-sized avatar

Block or report lcorrigan704

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
lcorrigan704/README.md

How to reach me

TypeScript:

async function get704Contact() {
  try {
    const res = await fetch("https://704consultancy.com/contact-me");
    const contact = await res.json();
    console.log("704's Contact Info:", contact);
  } catch (error) {
    console.error("Failed to fetch contact info:", error);
  }
}

Python:

import requests

def get_contact_info():
    url = "https://704consultancy.com/contact-me"
    response = requests.get(url)
    response.raise_for_status()  

    contact = response.json()
    print("704's Contact Info:")
    print(f"Email: {contact['email_address']}")
    print(f"Phone: {contact['phone_number']}")
    print(f"Message: {contact['message']}")

if __name__ == "__main__":
    get_contact_info()

cURL:

curl https://704consultancy.com/contact-me | jq

Popular repositories Loading

  1. client-management-system client-management-system Public

    Client management system designed for use by small to medium UK based limited companies and sole traders.

    JavaScript 1

  2. lcorrigan704 lcorrigan704 Public

    Config files for my GitHub profile.

  3. corrigan.events corrigan.events Public

    TypeScript