From: Taufiq Pohan <[email protected]>
To: Ammar Faizi <[email protected]>
Cc: Taufiq Pohan <[email protected]>,
Aldy Prastyo <[email protected]>,
VNLX Kernel Department <[email protected]>,
GNU/Weeb Mailing List <[email protected]>
Subject: [PATCH v1 1/4] Add vndb-api, mongose, and dotenv module
Date: Sun, 27 Nov 2022 02:32:47 +0700 [thread overview]
Message-ID: <TY0PR06MB54279A7FDB539FDBAB0446ECE2119@TY0PR06MB5427.apcprd06.prod.outlook.com> (raw)
In-Reply-To: <[email protected]>
For initial project.
Signed-off-by: Taufiq Pohan <[email protected]>
---
.gitignore | 3 +++
index.js | 4 ++++
package.json | 14 ++++++++++++++
3 files changed, 21 insertions(+)
create mode 100644 .gitignore
create mode 100644 index.js
create mode 100644 package.json
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..b855cbc
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+.env
+node_modules/
+yarn.lock
\ No newline at end of file
diff --git a/index.js b/index.js
new file mode 100644
index 0000000..a3dadfb
--- /dev/null
+++ b/index.js
@@ -0,0 +1,4 @@
+import VNDB from "vndb-api";
+
+const vndb = new VNDB('atri_api');
+
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..7ef6a42
--- /dev/null
+++ b/package.json
@@ -0,0 +1,14 @@
+{
+ "name": "vndb_scraper",
+ "version": "1.0.0",
+ "description": "VNDB Scrapper for ATRI",
+ "main": "index.js",
+ "repository": "[email protected]:vnlx2/vndb_scraper.git",
+ "author": "Taufiq Pohan <[email protected]>",
+ "license": "GPLv2",
+ "dependencies": {
+ "dotenv": "^16.0.3",
+ "mongose": "^0.0.2-security",
+ "vndb-api": "^1.0.3"
+ }
+}
--
Taufiq Pohan
next parent reply other threads:[~2022-11-26 19:33 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <[email protected]>
2022-11-26 19:32 ` Taufiq Pohan [this message]
2022-11-26 19:32 ` [PATCH v1 2/4] Initial VNDB scraper and storage management Taufiq Pohan
2022-11-26 19:32 ` [PATCH v1 3/4] index: Integrate vn-stats.json with the scraper Taufiq Pohan
2022-11-26 19:32 ` [PATCH v1 4/4] .gitignore: Add *.patch file to .gitingore Taufiq Pohan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=TY0PR06MB54279A7FDB539FDBAB0446ECE2119@TY0PR06MB5427.apcprd06.prod.outlook.com \
[email protected] \
[email protected] \
[email protected] \
[email protected] \
[email protected] \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox