Skip to content
View huned's full-sized avatar
💭
I may be slow to respond.
💭
I may be slow to respond.

Organizations

@734m @monitaur @hackforchange
Block or Report

Block or report huned

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. node-stopwords node-stopwords Public

    npm install stopwords

    JavaScript 44 13

  2. nodejs-async-gzip-gunzip nodejs-async-gzip-gunzip Public

    Uncomplicated async gzip and gunzip functions for node.js.

    JavaScript 1 1

  3. nodejs-async-sleep nodejs-async-sleep Public

    An uncomplicated async sleep function for node.js.

    JavaScript 1

  4. nodejs-sendgrid-contacts-export nodejs-sendgrid-contacts-export Public

    The simplest way to get all your SendGrid contacts as JSON.

    JavaScript

  5. Convert a PDF to JSON with pdf.js. Convert a PDF to JSON with pdf.js.
    1
    const fs = require('fs')
    2
    const pdfjs = require('pdfjs-dist')
    3
    
                  
    4
    const readPdf = async filename => {
    5
      const buf = await fs.promises.readFile(filename)
  6. nodejs-recent-tweets nodejs-recent-tweets Public archive

    A function and command line utility to get recent tweets for a specific user.

    HTML 2