Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 :)
- Host: GitHub
- URL: https://github.com/deep5050/indiana
- Owner: deep5050
- License: mit
- Created: 2019-05-19T06:43:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T17:25:39.000Z (almost 2 years ago)
- Last Synced: 2023-03-06T06:36:57.142Z (over 1 year ago)
- Topics: api, express-middleware, expressjs, mongodb, mongoose, nodejs, nodejs-server, restapi-example, restful-api
- Language: JavaScript
- Homepage:
- Size: 728 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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