You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-5
Original file line number
Diff line number
Diff line change
@@ -7,24 +7,34 @@
7
7
8
8
## Description
9
9
10
-
This repository offers powerful JSON file manipulation methods for Ground places use.
10
+
This package offers the possibility to precisely manipulate a set of places, change their name, give them a new location, merge them together, etc.
11
+
12
+
The main goal is to easily manage groups of places by creating **Groups** or **Clusters** (Groups of groups) around points of interest that you have defined.
13
+
14
+
To ensure the proper usage of the package, the file of places provided must respect an specific interface that you can find [here](https://github.com/tictactrip/ground-place-sdk/blob/master/docs/ground_places_file_scheme.md).
11
15
12
16
## Install
13
17
14
18
```
15
19
yarn add @tictactrip/ground-place-sdk
16
20
```
17
21
22
+
## API
23
+
24
+
A documentation of the API is available [here](https://github.com/tictactrip/ground-place-sdk/blob/master/docs/api.md).
25
+
18
26
## How to use it?
19
27
28
+
Here is an usage example of the package that allows you to add and modify your ground places file.
0 commit comments