update ip readme

This commit is contained in:
Asim Aslam
2021-06-02 16:26:59 +01:00
parent 8554adebd4
commit b74c4499ab

View File

@@ -1,23 +1,5 @@
# Ip Service IP to geolocation lookup
This is the Ip service # IP Service
Generated with The IP service provides IP to geolocation lookup including asn, city, country, timezone and lat/long.
```
micro new ip
```
## Usage
Generate the proto code
```
make proto
```
Run the service
```
micro run .
```