New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
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
npm
Version published
Maintainers
1
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