amfi-database-creator
Version:
Creates/Updates a MongoDB database with up-to date Mutual Fund data retrieved from AMFI portal.
26 lines (25 loc) • 675 B
JSON
{
"name": "amfi-database-creator",
"version": "1.1.0",
"description": "Creates/Updates a MongoDB database with up-to date Mutual Fund data retrieved from AMFI portal.",
"main": "main.js",
"author": "Harsimar Singh",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/hrsimsin/amfi-database-creator.git"
},
"dependencies": {
"india-mutual-fund-info": "^1.0.1",
"mongoose": "^5.12.14"
},
"bugs": {
"url": "https://github.com/hrsimsin/amfi-database-creator/issues"
},
"homepage": "https://github.com/hrsimsin/amfi-database-creator#readme",
"keywords": [
"AMFI",
"Mutual Fund",
"NAV"
]
}