UNPKG

500 BMarkdownView Raw
1# Alfred
2Alfred is an easy-to-use Framwork written in Node.js.
3It's as easy to create a bot with a few commands as shown [here](https://github.com/schroffl/Alfred/wiki#example).
4[Alfred on npmjs.com](https://www.npmjs.com/package/alfred-teamspeak)
5
6## Install
7Alfred can be easily installed using the Node Packet Manager:
8
9`npm install alfred-teamspeak`
10
11[Wiki](https://github.com/schroffl/Alfred/wiki)
12[Step by Step Guide](https://github.com/schroffl/Alfred/wiki/Step-by-Step-Guide)