Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rahgurung/india-state-codes

🇮🇳 A library to help you search, validate, and convert between India state names and state codes.
https://github.com/rahgurung/india-state-codes

india nodejs-modules states

Last synced: 15 days ago
JSON representation

🇮🇳 A library to help you search, validate, and convert between India state names and state codes.

Awesome Lists containing this project

README

        

# india-state-codes

[![version](https://img.shields.io/npm/v/india-state-codes)](https://npmjs.org/package/india-state-codes)

A library to help you search, validate, and convert between India state names and state codes.

## Installation

```sh
npm install india-state-codes --save
```

## Usage

```javascript
var states = require('india-state-codes');

states.sanitizeStateCode('PB.') // PB
states.sanitizeStateName('(PunJAB) ') // Punjab
states.getStateNameByStateCode('...MH.=') // Maharashtra
states.getStateCodeByStateName('!D#!%e123132lhi') // DL (Delhi)
```
## Inspired from
https://github.com/mdzhang/us-state-codes