This repository was archived by the owner on Nov 18, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 1+ language : node_js
2+
3+ node_js :
4+ - " 4"
5+
6+ before_install :
7+ - npm install -g npm
8+
9+ before_script :
10+ - npm install karma-cli -g
11+
12+ script : karma start --single-run --browsers PhantomJS --reporters progress,coverage,coveralls
13+
14+ notifications :
15+ email : false
Original file line number Diff line number Diff line change 11# chrome call
22
3+ [ ![ Build Status] ( https://img.shields.io/travis/lmk123/chrome-call/master.svg?style=flat-square )] ( https://travis-ci.org/lmk123/chrome-call )
4+ [ ![ Coverage Status] ( https://img.shields.io/coveralls/lmk123/chrome-call/master.svg?style=flat-square )] ( https://coveralls.io/github/lmk123/chrome-call?branch=master )
5+ [ ![ dependencies Status] ( https://img.shields.io/david/lmk123/chrome-call.svg?style=flat-square )] ( https://david-dm.org/lmk123/chrome-call )
6+ [ ![ devDependencies Status] ( https://img.shields.io/david/dev/lmk123/chrome-call.svg?style=flat-square )] ( https://david-dm.org/lmk123/chrome-call#info=devDependencies )
7+ [ ![ NPM Version] ( https://img.shields.io/npm/v/chrome-call.svg?style=flat-square )] ( https://www.npmjs.com/package/chrome-call )
8+
39A really simple way to call the original chrome javascript API and return a Promise.
410
511## Usage
You can’t perform that action at this time.
0 commit comments