what3words / w3w-node-wrapper

Node wrapper for the What3Words API
https://docs.what3words.com/api/v3/
MIT License
45 stars 10 forks source link

[IN-565] Vanilla autosuggest and map examples #67

Closed imndaiga closed 10 months ago

imndaiga commented 10 months ago

Description

This adds two examples of using the wrapper in a browser environment. Two codesandboxes were created:

chaddgrimm commented 10 months ago

Although, there's a failing test:

ESLint couldn't find the plugin "eslint-plugin-plugin:node/recommended-module".

(The package "eslint-plugin-plugin:node/recommended-module" was not found when loaded as a Node module from the directory "/home/circleci/project/docs/examples/vanilla/autosuggest".)

It's likely that the plugin isn't installed correctly. Try reinstalling by running the following:

    npm install eslint-plugin-plugin:node/recommended-module@latest --save-dev

The plugin "eslint-plugin-plugin:node/recommended-module" was referenced from the config file in "docs/examples/vanilla/autosuggest/.eslintrc.json".

If you still can't figure out the problem, please stop by https://eslint.org/chat/help to chat with the team.