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
+33-3Lines changed: 33 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,13 @@
1
1
# @aashari/nodejs-geocoding
2
2
3
-
NodeJS library that encode and decode geolocation which helps you convert latitude and longitude to formatted address, or formatted_address to latitude and longitude.
3
+
A NodeJS library that can encode and decode geolocation information. This library allows you to convert latitude and longitude to formatted addresses or formatted addresses to latitude and longitude.
4
4
5
-
> ⚠️⚠️⚠️ please do not use this library for commercial, usethe official Google Maps API instead!
5
+
> ⚠️⚠️⚠️ Please note that this library is not intended for commercial use. Please use the official Google Maps API instead.
6
6
7
7
### Installation
8
+
To install @aashari/nodejs-geocoding, use one of the following commands:
0 commit comments