ipfs-shipyard / ipfs-deploy

Zero-Config CLI to Deploy Static Websites to IPFS
Other
1.16k stars 122 forks source link

Show upload progress, speed, and ETA #18

Open agentofuser opened 5 years ago

agentofuser commented 5 years ago

The ora spinner is fine for things that take a couple of seconds, but when it's spinning for a minute it's hard to tell if things are still alive.

@olizilla, would you like to take this on? For Infura it seems simpler, as it's pure HTTP, but for Pinata it involves getting networking info from the in-process IPFS daemon and I don't know much about libp2p atm.