Skip to content

Commit f32694b

Browse files
committed
add stargasers badge
1 parent 7fab3e9 commit f32694b

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
# functional-examples
22

3+
4+
[![Greenkeeper badge](https://badges.greenkeeper.io/dmitriz/functional-examples.svg)](https://greenkeeper.io/)
5+
[![Stargazers over time](https://starcharts.herokuapp.com/dmitriz/functional-examples.svg)](https://starcharts.herokuapp.com/dmitriz/functional-examples)
6+
37
## [New functional library `cpsfy`](https://github.com/dmitriz/cpsfy)
48

59
UPDATE. Check out my new advanced functional library:
610
https://github.com/dmitriz/cpsfy
711

8-
[![Greenkeeper badge](https://badges.greenkeeper.io/dmitriz/functional-examples.svg)](https://greenkeeper.io/)
9-
10-
Examples with Functional JavaScript
12+
# Examples with Functional JavaScript
1113

1214
Heavily annotated examples from the awesome videos
1315
<a href="https://egghead.io/lessons/javascript-refactoring-imperative-code-to-a-single-composed-expression-using-box">Professor Frisby Introduces Composable Functional JavaScript</a>,

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
},
1515
"scripts": {
1616
"start": "node server",
17+
"sync": "git add . && git commit; git pull && git push",
1718
"pub": "npm version patch && npm publish && git push"
1819
},
1920
"keywords": [

0 commit comments

Comments
 (0)