public inbox for [email protected]
 help / color / mirror / Atom feed
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 0/4] Initial VNDB scraper and storage management
Date: Sun, 27 Nov 2022 02:32:46 +0700	[thread overview]
Message-ID: <TY0PR06MB542706660DF2B57BA5F42CF0E2119@TY0PR06MB5427.apcprd06.prod.outlook.com> (raw)

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


                 reply	other threads:[~2022-11-26 19:33 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=TY0PR06MB542706660DF2B57BA5F42CF0E2119@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