Skip to content
This repository has been archived by the owner on Aug 6, 2022. It is now read-only.

Latest commit

 

History

History
23 lines (13 loc) · 303 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 303 Bytes

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.