Adding more examples to Readme, caveats and inEnvironment info #107
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I hope these examples are helpful to people. I think your examples repo is helpful, but the examples are so complicated it doesn't give you an at-a-glance view of what the library can do. I was hoping to show people right away things like
from
,filter
,reduce
,catch
and if they need it,inEnvironment
.I also wanted to make it clear that Node.js support was limited (I didn't realize that when I started). I think in the future Node users could be a major consumer of this library. Sorry I didn't have time to submit a PR to make Node.js work.
I'm happy to make modifications or additions to this PR if you want