Aleksei

Results 10 comments of Aleksei

@felangel Hi! I plan to implement this tutorial with the new Weather API and make a PR after that. Please let me know what weather API works better for you....

Yes, please return it back!

Oh, I see. Thanks @bonomite. Such docu is fine by me.

Hi! @rvagg is there anything else needed for documentation? I see that `examples` folder had been added. Also what do you think about enabling a a doc engine like [documentation.js](https://documentation.js.org/)...

Thank you for clarifying! As a beginner I will study the repo and see if I can help with the docs. Considering the doc engine. `better-docs` adds 218 packages with...

I see. Tests in README is an interesting approach. It reminds me of Cucumber test tool. I hope you can find enough time to make it as it looks like...

@wemeetagain can you please elaborate on your example? I see that everything works in the tests https://github.com/libp2p/js-peer-id/blob/master/test/peer-id.spec.js#L214. From what I see the API has changed: ```javascript const privKey = await...

@wemeetagain As a beginner I can create a PR that updates documentation. Please look at the branch of my fork https://github.com/libp2p/js-peer-id/compare/master...vogdb:readme-privkey?expand=1. If it is ok then I will create it....