Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/deep5050/indiana

a RESTful API built with ExpressJS and NodeJs for fetching indinan pincode details and for fun :)
https://github.com/deep5050/indiana

api express-middleware expressjs mongodb mongoose nodejs nodejs-server restapi-example restful-api

Last synced: 10 days ago
JSON representation

a RESTful API built with ExpressJS and NodeJs for fetching indinan pincode details and for fun :)

Awesome Lists containing this project

README

        

INDIANA


A REST API To Fetch Indian Picode Details

## Allowed Requests

### Root

`GET http://localhost:3000/`

### Returns First 100 Responses

`GET http://localhost:3000/pincode`

### Fteches Responses Based On State Name

`GET http://localhost:3000/pincode/state/Assam`

### Fteches Response Based On Pincode

`GET http://localhost:3000/pincode/pin/800001`

### Fteches Response Based On Pincode Range (Separated By '-')

`GET http://localhost:3000/pincode/pin/721444-721456`

## Thanks

Icons made by Smashicons from www.flaticon.com