diff options
-rw-r--r-- | README.md | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -0,0 +1,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
\ No newline at end of file |