Skip to content

Instantly share code, notes, and snippets.

View mechmillan's full-sized avatar
💭
👨‍💻

Alfonso Millan mechmillan

💭
👨‍💻
View GitHub Profile
// in a file called index.js
const fs = require("fs");
const path = require("path");
// Make sure to install spamscanner in your package.json
const SpamScanner = require("spamscanner");
const scanEmail = async () => {
// For a list of all options & their defaults, see:
// https://www.npmjs.com/package/spamscanner#api
const scanner = new SpamScanner({ debug: true });
@mechmillan
mechmillan / cloudSettings
Last active December 14, 2021 18:45
Visual Studio Code Settings Sync Gist
{"lastUpload":"2021-12-14T18:45:31.719Z","extensionVersion":"v3.4.3"}
@mechmillan
mechmillan / pull_request_template.md
Created March 1, 2022 14:09
Pull Request Template

Problem

What is the problem this work solves, including Link to story or ticket

Solution

What I/we did to solve this problem

with @pairperson1

@mechmillan
mechmillan / feedback.md
Created March 1, 2022 14:11
Feedback Ladders