0.0.23 ā€¢ Published 6 years ago

@castery/caster v0.0.23

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

šŸ¤– 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');
});
0.0.23

6 years ago

0.0.22

6 years ago

0.0.21

6 years ago

0.0.20

6 years ago

0.0.19

6 years ago

0.0.18

6 years ago

0.0.17

6 years ago

0.0.16

6 years ago

0.0.15

6 years ago

0.0.14

7 years ago

0.0.13

7 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago