Skip to content

Commit 14df330

Browse files
FEATURE: Set the location of addresses that are not located yet (closes GeoXEne#8)
1 parent 50e228c commit 14df330

6 files changed

Lines changed: 3427 additions & 104 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@
77

88
- node and npm
99
- A [Google API key](https://console.cloud.google.com/) authorized for "Geocoding API".
10+
- SQLite3
1011

1112
### Installation
1213

1314
npm install
15+
sqlite database.db then CREATE TABLE localization (address TEXT PRIMARY KEY, lat INTEGER NOT NULL, long INTEGER NOT NULL);
1416

1517
### Start
1618

0 commit comments

Comments
 (0)