Socket
Book a DemoInstallSign in
Socket

@castery/caster-vk

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@castery/caster-vk

πŸ€–β›“οΈ The VK platform for caster

latest
Source
npmnpm
Version
0.0.11
Version published
Weekly downloads
11
266.67%
Maintainers
1
Weekly downloads
Β 
Created
Source

Build Status NPM version NPM downloads

πŸ€– This is the official platform integration module for caster. This platform was created for the social network VK

πŸ€– CasterπŸ“– Documentation

Installation

Node.js 8.0.0 or newer is required

Yarn

Recommended, auto assembly

yarn add @castery/caster-vk

NPM

npm install @castery/caster-vk --save

Usage

import { VKPlatform } from '@castery/caster-vk';

/* ... */

const vk = new VKPlatform({
	adapter: {
		token: '<token>'
	}
});

caster.use(vk);

Keywords

platform

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