Auto Correct City names (AutoCorrects Top Indian Cities, for Now), Give a incorrect city name and get the most relevant city name
npm install cities-auto-correctAuto 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.
npm i cities-auto-correct -sCities-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.---
---
Feel Free to point an issue or request additional feature