* [RESEND PATCH v1 0/4] Initial VNDB scraper and storage management
@ 2022-11-26 19:37 Taufiq Pohan
0 siblings, 0 replies; only message in thread
From: Taufiq Pohan @ 2022-11-26 19:37 UTC (permalink / raw)
To: Ammar Faizi
Cc: Taufiq Pohan, Aldy Prastyo, VNLX Kernel Department,
GNU/Weeb Mailing List
Hi Ammar,
This series contains inital VNDB scraper and storage management.
There are 4 patches in this series:
1. Add VNDB API, Mongoose and dotenv modules.
2. Initial VNDB scraper and storage management.
3. Integrate vn-stats.json with the scraper.
4. Add *.patch file to .gitingore
Signed-off-by: Taufiq Pohan <[email protected]>
---
Ammar Faizi (1):
.gitignore: Add *.patch file to .gitingore
Taufiq Pohan (3):
Add vndb-api, mongose, and dotenv module
Initial VNDB scraper and storage management
index: Integrate vn-stats.json with the scraper
.gitignore | 5 ++
VNDBModel.js | 34 ++++++++++++++
index.js | 130 +++++++++++++++++++++++++++++++++++++++++++++++++++
package.json | 17 +++++++
4 files changed, 186 insertions(+)
create mode 100644 .gitignore
create mode 100644 VNDBModel.js
create mode 100644 index.js
create mode 100644 package.json
base-commit: a1e0b6187a11765fe3d13b109b29d8228d1ecbe0
--
Taufiq Pohan
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2022-11-26 19:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-26 19:37 [RESEND PATCH v1 0/4] Initial VNDB scraper and storage management Taufiq Pohan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox