Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Update README.md


Update README.md
  • Loading branch information
phiphou committed Nov 4, 2016
1 parent 2185930 commit 6c53907
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Then run the app and provide it your Vine credentials with :
```bash
$ node src/app.js --email YOUR_EMAIL --password YOUR_PASSWORD
```

![GIF](https://dl.dropboxusercontent.com/u/55433448/vine-backup-anim.gif)

## Install

Expand All @@ -40,7 +40,7 @@ $ yarn

## Usage

### Owner's Vines
#### Owner's Vines

Run the app and provide it your Vine credentials with :

Expand All @@ -50,7 +50,7 @@ $ node src/app.js --email YOUR_EMAIL --password YOUR_PASSWORD

The app will get the list of all your Vines and download them sequentially in the `./Vines/me` folder.

### Liked Vines
#### Liked Vines

You can also download the Vines you liked in addition to your own vines by adding a `--likes` flag:

Expand All @@ -60,8 +60,6 @@ $ node src/app.js --email YOUR_EMAIL --password YOUR_PASSWORD --likes

The app will store liked Vines in the `./Vines/likes` folder.

![GIF](https://dl.dropboxusercontent.com/u/55433448/vine-backup-anim.gif)

## License

This project is licensed under the terms of the **[MIT license](https://opensource.org/licenses/MIT)**.

0 comments on commit 6c53907

Please sign in to comment.