Mark Stosberg
Mark Stosberg
It would be helpful if the README included basic documentation of what CLI or JavaScript API methods are offered.
It would be helpful if the docs showed an example of all the possible 'opts', and sample values.
Consider: ``` { text: '1 17th Street Suite 2, Denver, CO', parts: [], unit: undefined, country: undefined, number: 1, street: '17th Street', regions: [ 'Suite 2', 'Denver', 'CO' ] }...
I'm interested in getting the "postal code" broken out into its own string. I realize they vary around the world, but there is already some region-specific code in there with...
An example return value is structure, but the elements are not documented. What exactly goes in a "unit" vs a "number"? The "parts" field just shows an empty array as...
Since this project started, AWS has added the new "proxy" feature to "AWS Gateway" and the `serverless` project has appeared as well. There's even a project called [express on serverless](https://www.npmjs.com/package/express-on-serverless)...
A great user experience might be to expect that setup is done with a "Power User" account. At this stage an IAM user would be created for the purpose of...
In Firefox, a "custom search engine" is implemented as a bookmark with a "keyword" defined, and a "%s" in the bookmark. Chromium seems to store search engines definitions elsewhere (but...
and how to share state between multiple instances. Fixes #10