railway-geolocation
Version:
A package to fetch railway station and location data for Bangladesh and worldwide using Overpass API.
33 lines (32 loc) • 994 B
JSON
{
"name": "railway-geolocation",
"version": "2.0.4",
"description": "A package to fetch railway station and location data for Bangladesh and worldwide using Overpass API.",
"main": "index.js",
"scripts": {
"start": "nodemon station.js"
},
"keywords": ["railway", "stations", "train", "geolib", "Overpass"],
"author": "Md. Atikur Rahman",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/MohammadAtikurRahman/railway-geolocation.git"
},
"homepage": "https://github.com/MohammadAtikurRahman/railway-geolocation#readme",
"bugs": {
"url": "https://github.com/MohammadAtikurRahman/railway-geolocation/issues"
},
"dependencies": {
"axios": "^1.7.0",
"cors": "^2.8.5",
"csv-parser": "^3.0.0",
"express": "^4.19.2",
"geolib": "^3.3.4",
"multer": "^1.4.5-lts.1",
"node-fetch": "^3.3.2",
"nodemon": "^3.1.0",
"pdf-parse": "^1.1.1",
"readline": "^1.3.0"
}
}