Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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