Skip to content

Commit

Permalink
Add advanced feature requests
Browse files Browse the repository at this point in the history
  • Loading branch information
swapagarwal committed Apr 20, 2016
1 parent f930dfe commit 520048b
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,25 @@ There are a lot of features that I've planned for JARVIS. Feel free to add to th
- [ ] Currency Conversion
- [ ] Random Quote / Fact
- [x] Random Joke
- [ ] Dictionary
- [ ] Dictionary ([#1](https://github.com/swapagarwal/JARVIS-on-Messenger/pull/1))
- [ ] Wikipedia Summary
- [ ] Weather

Some advanced features:

- [ ] Add templates support (Structured Messages)
- [ ] Integrate with [Wit.ai](https://wit.ai/swapagarwal/JARVIS-on-Messenger) to parse Natural Language
- [ ] Retain context between queries

### Structure

```sh
├── modules/ # home for various features
├── modules/src/ # code goes here
├── modules/tests/ # tests go here
├── CONTRIBUTING.md # contributing guidelines
└── jarvis.py # the main bot
```

### Usage

Expand Down

0 comments on commit 520048b

Please sign in to comment.