/vk-openapi

Vkontakte Open API for websites for use with Browserify

Primary LanguageJavaScriptMIT LicenseMIT

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.