Wikipedia Search using wikimedia api in node.js and writes the result into a csv file
- yarn
- node >= 10
yarn install
yarn build
For developing, run yarn watch
to watch for file changes
yarn wikiSearch [searchPhrase] [path/to/output.csv]
yarn wikiSearch David ~/Downloads/output.csv
yarn wikiSearch "Bill Gates" ./gates.csv