## Description
An all purpose Node.js bot with built with console + prompt + misc other things.
## Features
- [x] Interactive Console
- [x] Pretty Colors
- [x] Web Server
- [x] Crypto Utilities / Queries
- [x] Internet Speed Test (on bot host)
- [x] Inet-utils (tracert, dig, ping, and more!)
- [x] NMAP Capable
- [x] Discord Capable
- [x] IRC Capable
- [ ] Email Capable
- [x] Auto-updating
- [ ] Invite-able (promiscuous)
- [x] Auto-generates Documentation (Kinda)
- [x] Dropbox API v2 Storage/Manipulation
## Operation
### Compatibility
Windows, osX, Linux
### Requirements
Python 2.7, Node.js 8+, NPM
### Installation
#### Source
1) `git clone https://github.com/nodefried/nodefried.git`
2) `cd nodefried; npm install -g`
3) `node init.js` or just `nodefried` (all OS's)
#### NPM
1) `npm install nodefried -g`
## Documentation
The documentation is [auto-generated](../master/docs/DOCS.md).

