vk-openapi
v0.1.2
Published
Vkontakte Open API for websites for use with Browserify.
Downloads
168
Readme
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.