Package Exports
- cities-auto-correct
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (cities-auto-correct) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Auto Correct City Names (Indian cities, for now)
Auto Correct City names (AutoCorrects Top Indian Cities, for Now), Give a incorrect city name and get the most relevant city name from the list of the cities.
Usage
- Install NPM Package:
npm i cities-auto-correct -s
- Require the
Cities-AutoCorrect
in your Node Project
var autoCorrect = require('Cities-AutoCorrect');
console.log(autoCorrect('Chenai')); // { city: 'Chennai' }
console.log(autoCorrect('deli')); // { city: 'Delhi' }
Contribution
Clone this repo to your desktop and run npm install
to install all the dependencies. Install express
and add the server code to run server to log the results.
Install nodemon
to auto restart the server for all file changes.
License
This project is licensed under the terms of the MIT license.
Feel Free to point an issue or request additional feature