vkapi-lite
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "vkapi-lite", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Lite VK API wrapper for Node.JS", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -7,3 +7,3 @@ # vkapi-lite | ||
## INSTALLATION | ||
# INSTALLATION | ||
@@ -20,3 +20,3 @@ ``` | ||
const client = new ClientInstance({ | ||
token: '', // default: '' (empty string) | ||
token: 'YOUR_TOKEN', // default: '' (empty string) | ||
debug: true, // default: false | ||
@@ -43,3 +43,2 @@ logger: console.log, // if debug true | ||
// Possible events: https://vk.com/dev/groups_events | ||
@@ -46,0 +45,0 @@ client.on('wall_post_new', (event) => { |
18053
65