Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/antitim/starbot-store-object

Store for Starbot
https://github.com/antitim/starbot-store-object

starbot starbot-store

Last synced: about 1 month ago
JSON representation

Store for Starbot

Awesome Lists containing this project

README

        

# starbot-store-object [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url]

## About

Store module for [StarBot](https://github.com/antitim/starbot)

## Installation

```sh
$ npm install --save starbot-store-object
```

## Options

```js
const StoreRedis = require('starbot-store-object');
const store = new StoreObject();
```

## License

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

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