Socket
Socket
Sign inDemoInstall

eafd

Package Overview
Dependencies
12
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    eafd

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


Version published
Maintainers
1
Install size
1.17 MB
Created

Readme

Source

eafd NPM version js-standard-style Dependency Status

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

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 25 Oct 2017

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