Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/antitim/starbot-vk-adapter

VK adapter for StarBot
https://github.com/antitim/starbot-vk-adapter

starbot vk

Last synced: 17 days ago
JSON representation

VK adapter for StarBot

Awesome Lists containing this project

README

        

# starbot-vk-adapter [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url]

## About

VK ([vk.com](https://vk.com)) adapter for [StarBot](https://github.com/antitim/starbot)

## Installation

```sh
$ npm install --save starbot-vk-adapter
```

## Options

```js
const AdapterVk = require('starbot-vk-adapter');

const adapter = new AdapterVk({
token: 'token',
groupId: 'groupId',
confirmCode: 'confirmCode',
});

```

## License

MIT © [antitim](http://vk.com/antitim)

[npm-image]: https://badge.fury.io/js/starbot-vk-adapter.svg
[npm-url]: https://npmjs.org/package/starbot-vk-adapter
[travis-image]: https://travis-ci.org/antitim/starbot-vk-adapter.svg?branch=master
[travis-url]: https://travis-ci.org/antitim/starbot-vk-adapter