tonistiigi / mega

THIS REPO IS NOT MAINTAINED. Unofficial Node.js SDK for Mega
http://tonistiigi.github.com/mega
118 stars 33 forks source link

Progress bar #17

Closed hugomiguelabreu closed 6 years ago

hugomiguelabreu commented 10 years ago

Hi mate, can you help me or explain me how to do a progress bar or show how many bits already have been downloaded?

Thanks.

manvir-singh commented 10 years ago

Take a look at the examples it has a progress bar. https://github.com/tonistiigi/mega/blob/master/example/download.js

Note that the example uses a node js module called "node-progress" which can be found here: https://github.com/visionmedia/node-progress

manvir-singh commented 10 years ago

If that helped can you pls close this issue.