alfred2

2.0.3 • Public • Published

alfred2 Build Status

a natural language interface for programs.

NPM

usage

// create a new alfred instance
var alfred = require ( 'alfred2' )();

// use it like a stream
process.stdin.pipe(alfred);
alfred.pipe(process.stdout);

// what gets written to alfred is the natural
// language input, and what alfred outputs is
// what alfred wants to say

license

GPLv3.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.0.3
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 2.0.3
    1
  • 2.0.2
    2
  • 2.0.1
    2
  • 2.0.0
    2

Package Sidebar

Install

npm i alfred2

Weekly Downloads

7

Version

2.0.3

License

GPL-3.0

Last publish

Collaborators

  • karimsa