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.

Package Sidebar

Install

npm i alfred2

Weekly Downloads

1

Version

2.0.3

License

GPL-3.0

Last publish

Collaborators

  • karimsa