Skip to content

Commit 9bae96c

Browse files
committed
add gifs for demo
1 parent 886dc21 commit 9bae96c

File tree

4 files changed

+8
-1
lines changed

4 files changed

+8
-1
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,13 @@ pavlok.login(function (result, code) {
7373
}
7474
});
7575
```
76+
Here's short gif on how to use the pavlok module in local mode
77+
78+
![Local mode pavlok module - yarn](yarn-local.gif)
79+
80+
Or, if you prefer NPM, here's how you can add it to your npm project
81+
82+
![Local mode pavlok module - npm](npm-local.gif)
7683

7784
To Use the module in the server mode, you would need to pass a couple of more options in the the `init` method and ensure you call it before your server starts listening
7885

npm-local.gif

2.3 MB
Loading

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pavlok",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "A module to connect with Pavlok's API easily and quickly.",
55
"main": "index.js",
66
"scripts": {

yarn-local.gif

3.67 MB
Loading

0 commit comments

Comments
 (0)