/jsonToMd

The purpose of this project is to convert the JSON files generated by gpt-crawler into Markdown files.

Primary LanguageJavaScript

json to md

The purpose of this project is to convert the JSON files generated by gpt-crawler into Markdown files.

how to work

  1. Clone this repository
git clone https://github.com/TransonQ/jsonToMd.git
  1. Copy the JSON files to the "json" folder in the root directory.

  2. Modify the config.js file and set a custom file name.

module.exports = {
  json: './json/jotai-1.json', // input
  md: './md/jotai-1.md', // output
}
  1. Execute the command.
npm start