@castery/caster

0.0.23Β β€’Β PublicΒ β€’Β Published

Build Status NPM version NPM downloads

πŸ€– Caster is a universal powerful Node.js module with open source code for creating multi platform bots!

πŸ“– Documentation πŸ“¦ Modules πŸ€– Examples

Features

  • Object-oriented
  • Using modern development tools

Installation

Node.js 8.0.0 or newer is required

Yarn

Recommended, auto assembly

yarn add @castery/caster

NPM

npm install @castery/caster --save

Usage

import { Caster } from '@castery/caster';

const caster = new Caster();

/* Add platforms integrations */

caster.start()
.then(() => {
	console.log('Caster started');
})
.catch(() => {
	console.error('Caster started fail');
});

Package Sidebar

Install

npm i @castery/caster

Weekly Downloads

2

Version

0.0.23

License

MIT

Unpacked Size

64.8 kB

Total Files

49

Last publish

Collaborators

  • negezor