Vkontakte Open API for websites for use with Browserify.
To make the story simple:
VK = require("vk-openapi");
//or
import VK from 'vk-openapi';
//then
VK.init({
//And so on
});
See official site for VK object description.
Vkontakte Open API for websites for use with Browserify.
VK = require("vk-openapi");
//or
import VK from 'vk-openapi';
//then
VK.init({
//And so on
});
See official site for VK object description.
npm i vk-openapi
28
0.1.2
MIT