We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0dd8c3 commit 6a0418bCopy full SHA for 6a0418b
package.json
@@ -19,7 +19,8 @@
19
"request": "^2.88.2",
20
"telegraf": "^3.38.0",
21
"unzipper": "^0.10.11",
22
- "axios": "^0.21.1"
+ "axios": "^0.21.1",
23
+ "csvtojson":"^2.0.10"
24
},
25
"install": "npm run build",
26
"directories": {
public_api/bhavcopy.js
@@ -6,8 +6,6 @@ class BhavCopy {
6
* @param string dir Specify the directory for downloading files
7
*/
8
constructor(options = {}) {
9
- console.log(1, options);
10
-
11
this.request = require("request");
12
this.fs = require("fs");
13
const {
0 commit comments