Socket
Socket
Sign inDemoInstall

eafd

Package Overview
Dependencies
13
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    eafd

When you just don't have the words. Snoop does.


Version published
Weekly downloads
9
decreased by-18.18%
Maintainers
1
Install size
1.29 MB
Created
Weekly downloads
 

Readme

Source

eafd NPM version js-standard-style

"Enter name here" can eat a fat, um, turkey

Web Service

Returns an audio file. If someone clicks the link, better hope their speakers are turned down. Especially if you send them the dirty version.

It's perfect for team meetings, ping it to your co-workers while on a call and listen for the fun :thumbsup:.

If you don't add anything to the path it just picks some random phrases from generally unliked things. If you pass it some words though you can custom tailor the message for your audience. Just send this in your group chat: https://eaft.doesdev.com/everyone-in-this-pointless-meeting

Clean Version ( "... can eat a fat turkey" )
https://eaft.doesdev.com
Dirty Version ( "... can eat a fat ...." )
https://eafd.doesdev.com

CLI Usage

$ npm install --global eafd
$ eafd --help
$ eafd "someones name" /path/to/write/file.mp3

Programmatic Usage

$ npm install --save eafd
const eafd = require('eafd')
const { writeFileSync } = require('fs')

async function main (name, output) {
  let mp3Data = await eafd(name)
  writeFileSync(output, mp3Data)
}

API

Main function returns Promise that resolves with Buffer of mp3 file
eafd(*name)
  • name [string - required] Name to insert before Snoop's EAFD

License

MIT © Andrew Carpenter

Keywords

FAQs

Last updated on 01 Aug 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc