Skip to content

Commit

Permalink
Splitted npm scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
hfreire committed Feb 4, 2017
1 parent 99a66be commit fd6739f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[![Version](https://img.shields.io/npm/v/pollmommy.svg)](https://www.npmjs.com/package/pollmommy)
[![Downloads](https://img.shields.io/npm/dt/pollmommy.svg)](https://www.npmjs.com/package/pollmommy)

Uses a headless browser to visit a poll website and inject JavaScript code to perform the desired poll voting. Used by [Let's make :city_sunrise: Porto :trophy: win the :euro: European Best Destination :tada: 2017](https://github.com/hfreire/make-porto-win-european-best-destination-2017) hack.
Uses a headless browser to visit a poll website and inject JavaScript code to perform the desired poll voting.

<img src="https://raw.githubusercontent.com/hfreire/pollmommy/master/share/github/voting-screencapture.gif" width="430">

Expand Down Expand Up @@ -40,3 +40,6 @@ pollmommy.vote('http://bbc.co.uk/should-trump-be-fired.html', 324345, 12939)
.then(() => console.log('Voted successfully!'))
.catch((error) => console.error(error.message))
```

### Used by
* [Let's make :city_sunrise: Porto :trophy: win the :euro: European Best Destination :tada: 2017](https://github.com/hfreire/make-porto-win-european-best-destination-2017)

0 comments on commit fd6739f

Please sign in to comment.