Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/antitim/starbot-store-object
- Owner: antitim
- Created: 2017-02-25T21:06:31.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-03T21:45:00.000Z (almost 7 years ago)
- Last Synced: 2024-10-08T11:26:08.863Z (3 months ago)
- Topics: starbot, starbot-store
- Language: JavaScript
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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