https://github.com/sharmadhiraj/wit-ai-api-tester
Easily test wit.ai API request
https://github.com/sharmadhiraj/wit-ai-api-tester
ai chatbot html javascript wit-ai wit-api witai
Last synced: about 1 year ago
JSON representation
Easily test wit.ai API request
- Host: GitHub
- URL: https://github.com/sharmadhiraj/wit-ai-api-tester
- Owner: sharmadhiraj
- Created: 2019-07-10T04:22:32.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-01T03:44:54.000Z (about 2 years ago)
- Last Synced: 2024-12-31T19:13:04.454Z (over 1 year ago)
- Topics: ai, chatbot, html, javascript, wit-ai, wit-api, witai
- Language: JavaScript
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Wit.AI API Tester
### Easily Test Wit.AI API Requests
When exploring [Wit.AI](https://wit.ai/), I encountered the challenge of testing requests. Each new request required creating a curl request from the Settings tab and then executing it from the console. To address this, I created a simple HTML/JavaScript app that allows easy testing of requests.
### Setup Guide
1. Clone the project.
2. Update the access token in `main.js` (Use the Server Access Token from Settings/App Details).
3. That's it! Simply run `index.html` in your browser.
Please feel free to reach out if you have any questions, feedback, or suggestions.
