Skip to content

Commit

Permalink
Chore: Readme style
Browse files Browse the repository at this point in the history
  • Loading branch information
ChakshuGautam authored Feb 13, 2024
1 parent 226b6ad commit 3b4b1b6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<h1 align="center">GeoQuery.in</h1>
<h4 align="center">Open Mapping Infrastructure</h4>

#### Vision
### Vision
Our [vision](./vision.md).

#### Example
### Example
See code example in the [server](./server/app.js) folder.

#### Setup Server
### Setup Server

Run `./setup.sh`. This script will install bun and download required files to setup server
```sh
Expand All @@ -20,7 +20,7 @@ Start Server
bun app.js
```

#### API
### API
Works with both ipv4 and ipv6.

Get geolocation corresponding to given IP
Expand Down Expand Up @@ -61,11 +61,11 @@ curl --location 'https://geoip.samagra.io/location/VILLAGE/fuzzysearch' \
]
}
```
#### Notes
### Notes

DB will remain updated automatically. Please create a ticket if you see some issues.


#### Contribution Guide
### Contribution Guide
1. Please consider issues up from grabs.
2. It will only be assigned with a PR.

0 comments on commit 3b4b1b6

Please sign in to comment.