Skip to content
View AbrahamSalloum's full-sized avatar
Block or Report

Block or report AbrahamSalloum

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned

  1. hn-reader hn-reader Public

    hackernews reader

    JavaScript 1

  2. weather weather Public

    weather

    JavaScript

  3. fortune fortune Public

    react equities app

    JavaScript 1

  4. cloudflare-ddns-updater cloudflare-ddns-updater Public

    Quick bash script to update cloudflare's dynamic dns

    Shell

  5. reddit-comment-search reddit-comment-search Public

    searches subreddits for keywords

    Python 1

  6. send email send email
    1
    const express = require('express');
    2
    const app = express();
    3
    const helmet = require("helmet");
    4
    const nodemailer = require("nodemailer");
    5
    require('dotenv').config()