You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP β†’
Socket
Book a DemoInstallSign in
Socket

@castery/caster

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@castery/caster

πŸ€–πŸ’¬ Universal platform for creating multi bots!

0.0.23
latest
Source
npmnpm
Version published
Weekly downloads
32
540%
Maintainers
1
Weekly downloads
Β 
Created
Source

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

Keywords

universal

FAQs

Package last updated on 16 Apr 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts