Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vzhou842/generals.io-node.js-bot-example

An example Node.js bot for generals.io. Learn more at http://dev.generals.io/api#tutorial
https://github.com/vzhou842/generals.io-node.js-bot-example

bot example generals generals-io tutorial

Last synced: 14 days ago
JSON representation

An example Node.js bot for generals.io. Learn more at http://dev.generals.io/api#tutorial

Awesome Lists containing this project

README

        

# generals.io Node.js Bot Example

This is an example of a basic Javascript implementation of a bot for [generals.io](http://generals.io). Read the tutorial associated with this bot at [dev.generals.io/api#tutorial](http://dev.generals.io/api#tutorial).

## Usage

```
$ git clone https://github.com/vzhou842/generals.io-Node.js-Bot-example.git
$ cd generals.io-Node.js-Bot-example
$ npm install
$ node main.js
```