UNPKG

vk-auth

Version:

authorization in VK social network as standalone application. Uses PhantomJS for opening VK auth form and entering credentials

6 lines 221 B
language: node_js node_js: - "6.9.2" sudo: false script: "npm run test-coverage && npm run test-acceptance" after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"