@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');
});

Dependents (0)

Package Sidebar

Install

npm i @castery/caster

Weekly Downloads

4

Version

0.0.23

License

MIT

Unpacked Size

64.8 kB

Total Files

49

Last publish

Collaborators

  • negezor