https://github.com/jprester/kript-mind
Cryptocurrency chatbot. Made with ReactJS
https://github.com/jprester/kript-mind
chatbot cryptocurrency javascript reactjs
Last synced: 4 months ago
JSON representation
Cryptocurrency chatbot. Made with ReactJS
- Host: GitHub
- URL: https://github.com/jprester/kript-mind
- Owner: jprester
- Created: 2018-06-18T08:52:00.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T15:54:30.000Z (over 3 years ago)
- Last Synced: 2025-04-21T17:43:48.540Z (about 1 year ago)
- Topics: chatbot, cryptocurrency, javascript, reactjs
- Language: JavaScript
- Homepage:
- Size: 4.66 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kript-mind
Cryptocurrency chatbot 2018
## Sample App
Netlify link: https://kript-mind.netlify.com/
### Description
Just ask the bot some basic question related to cryptocurrencies.
for example:
- "What is the current price of {cryptocurrency} ?"
- "What was the price of {cryptocurrency} on {yyyy-mm-dd} ?"
- "What is Bitcoin?"
- "what are your functions?"
- "How can I buy crypto?"
The bot will be continuously updated with new conversational features.
#### Installation
1. npm install
2. npm start
#### Author
Janko Prester - contact me at janko.prester@gmail.com
#### Technical information
App UI was made with React while the logic was made with simple JS. It uses crypto compare to get the crypto data and string-similarity node package to for processing strings.
This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).
#### Version
v0.1.0