Kakaotalk echo miku bot using firebase.
Check this steemit link.
You need to install Node.js >= 6.11.1 in your Computer. And we are use Intellij >= 2017.3 Firebase sdk version is >= 3.18.2
Please install github desktop.
First, you must clone this project.
git clone https://github.com/stories2/Echo-Miku.git
Or, just open this repo as github desktop app.
And open this folder using Intellij
.
We are use firebase service. So you need to setup it.
npm install -g firebase-tools
After this, you just follow this link.
There is no test rule.
After coded if you want deploy to cloud server, please type it in terminal.
firebase deploy --only functions
If you want run this project locally, please type it in terminal.
sudo firebase serve --only functions
And this is how to deploy hosting
firebase deploy --only hosting
Before you run locally, you must have service-account.json file.
It can download at Firebase project site -> setting -> service account tab -> firebase admin sdk
This project is licensed under the MIT License - see the LICENSE.md file for details