Geocoding in TS

Geocoding in TypeScript

It is recommended to use IntelliJ Idea Ultimate as IDE, in order to get syntax highlighting, auto-completion, linting and type checking while you code.

Tip: IntelliJ Idea Ultimate is gratis for educational use, just like GitHub Copilot via GitHub Education.

Executing the scripts

  1. Open the project in IntelliJ Idea Ultimate.
  2. Navigate to ts/package.json.
  3. Find the scripts attribute and identify the script you want to run.
  4. Click on the green play button next to the script name.

Generated using TypeDoc