irc_bot/README.md

13 lines
159 B
Markdown

# irc_bot
my tiny irc bot in nodejs
## install
```bash
$ git clone https://tildegit.org/grizzly/irc_bot.git
$ yarn install
$ nano index.js
$ yarn start
```