blob: 066685cc04a8bd64d408d0568e8cee00d502a8b9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
mongo-edu
=========
Select and download video courses from [education.mongodb.com](https://education.mongodb.com)
![screenshot](https://raw.github.com/przemyslawpluta/mongo-edu/gh-pages/images/med.gif)
##Installation
```js
npm install -g mongo-edu
```
##Usage
```js
mongo-edu -u [user name] -d [download path]
Options:
-d download path [required]
-u email address
```
##License
MIT
|