Esri / nearby-javascript

ArcGIS API for JavaScript app to find places nearby and route to the nearest location.
Apache License 2.0
41 stars 24 forks source link

Doc suggestion #24

Closed MikeTschudi closed 5 years ago

MikeTschudi commented 5 years ago

Suggest to reorder usage section to put configuration before commands to use that configuration; please see https://github.com/MikeTschudi/nearby-javascript/tree/doc-suggestion for result.

Also moved unit test step to right after configuration to verify setup, and changed one failing unit test: "food" was not found in list of food types, so "help" icon was returned instead of "local_dining".

Once one has passing unit tests, npm start is a natural followup.