VK-IO-STABLE - This is a powerful [Node.js](https://nodejs.org) module that allows you to easily interact with the VK API 🚀

## Installation
> **[Node.js](https://nodejs.org/) 8.0.0 or newer is required**  

### Yarn
Recommended
```
yarn add vk-io-stable
```

### NPM
```
npm i vk-io-stable
```

## Example usage
```js
import VK from 'vk-io-stable';

const vk = new VK({
	token: process.env.TOKEN
});

async function run() {
	const response = await vk.api.wall.get({
		owner_id: 1
	});

	console.log(response);
}

run().catch(console.log);
```


## Community
### Useful modules that may be useful to you
