8000 GitHub - oronBortman/ArBox-HomeTask
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

oronBortman/ArBox-HomeTask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ArBox-HomeTask

Usage

  1. Run on your db the following command to find what is the largest value of the column user_in in the table 'memberships':
SELECT MAX(user_id) FROM memberships
  1. Run the following command:
npm install
  1. Run the following command:
node index.cjs -i path_to_xlsx_file -c id_of_club -u largest_user_id

Example

node index.cjs -i "jimalaya.xlsx" -c 2400 -u 2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0