Skip to content

TheFirstQuestion/pilot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PILOT

CS 377Q | Stanford University | Spring 2022

Running

In addition to cloning the reop, you will also need to create the file slack.js, which should contain:

async function sendSlack(message) {
    console.log(message);
    const url = "SECRET_SLACK_WEBHOOK_URL";
    fetch(url, {
        method: 'POST',
        body: JSON.stringify({ "message": message }),
    });
}

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks