1.1.0 • Published 3 years ago

amfi-database-creator v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

amfi-database-creator

This package can be used for creating / updating a MongoDB database with up-to-date information about Indian Mutual Funds fetched from the AMFI portal.

Usage

(async () => {

  const navDB = await (require("amfi-database-creator")).getInstance(Config.databaseUrl);
  const MutualFund = navDB.MutualFund;

  await navDB.updateDB();

  const fund = await MutualFund.findOne();

})();
1.1.0

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago