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.

/alfred2/

    Package Sidebar

    Install

    npm i alfred2

    Weekly Downloads

    6

    Version

    2.0.3

    License

    GPL-3.0

    Last publish

    Collaborators

    • karimsa