Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jprester/kript-mind
Cryptocurrency chatbot. Made with ReactJS
https://github.com/jprester/kript-mind
chatbot cryptocurrency javascript reactjs
Last synced: 8 days 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T15:54:30.000Z (almost 2 years ago)
- Last Synced: 2024-03-22T18:21:54.407Z (10 months ago)
- Topics: chatbot, cryptocurrency, javascript, reactjs
- Language: JavaScript
- Homepage:
- Size: 4.66 MB
- Stars: 4
- Watchers: 2
- 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 [email protected]#### 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