1.0.3 • Published 4 years ago

@geostarters/icgc-geocoder v1.0.3

Weekly downloads
5
License
MIT
Repository
github
Last release
4 years ago

ICGC-Geocoder

Library to interact with the ICGC pelias geocoder

Using types

Using flow provides a way to check for common syntax errors while calling functions. Flow provides a simple example of which kind of problems it can solve in their Type Annotations guide. There's also a list of annotations it supports there.

Folder structure

scipts: Contains the built scripts, ready to use, generated by the "build" command in package.json (unflow).

src: Contains the source files that compound the package.

flow-typed: Contains flow types definitions used i nthe project

Prepare environment

npm install

Working flow: STEPS

1.Create and develop your scripts in the src folder.

  1. Once you've finished run:
npm run build
  1. The scripts (ready to execute), will be created in the scripts folder.

Example:

npm run run:example
1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago