JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 5
  • Score
    100M100P100Q40736F
  • License MIT

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

Package Exports

  • eafd

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (eafd) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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