ongig-text-analysis
v0.1.25
Published
Ongig's Text Analysis
Downloads
6
Readme
ongig-text-analysis
Javascript Package to Score JDs
Installation
To add this as a dependency, run the following command:
npm install git+https://1688536d68ee82faf4a90a1ff3fa4c77ed92a941:[email protected]/andrewdtalley-3/ongig-text-analysis.git#master
Upgrade
To upgrade this package, simply modify the code, change the version number in package.json
, run npm run build
, and then push the changes to the master
branch on GitHub.
To receieve the updated package, run the following command in the folder that has this package as a dependency:
npm update ongig-text-analysis
Update Wordlists
To run the python script to update the wordlists from the Google Sheets doc, do one of two things:
- Navigate to the
csv-to-wordlist
folder and run thegoogle-sheets.py
file. - From this folder, run
npm run load-google-sheet
.