It's a simple online dictionary words fetching project for generating IELTS anki cards. It contains two main script main.js
for fetching html and html2notes.js
for converting html to notes in anki.
All words in words.txt
comes from the IELTS repo.
If u just wanna use the note cards of IELTS words, follow the steps below:
- Find the release package in the right nav bar of this page and download it.
- Import the
.apkg
file inside that package to Anki.
- Install
npm
orpnpm
. npm install
orpnpm install
to pull all dependencies.pnpm start
to generate html files from Cam dict.- Open ur Anki program.
- Install the Anki plugin AnkiConnect.
pnpm note
to convert html files to notes in your Anki.
Check the HTML
files under output
directory once generation process completed.
The dictionary data used in this project is sourced from a publicly available online dictionary. All data obtained has been used solely for non-profit personal or educational purposes and is intended for reference and learning purposes only. I do not claim ownership of the data nor do I guarantee its accuracy or completeness.
This project is not intended for commercial use, and I will not be held responsible for any infringement of commercial rights that may arise from the use of this data. Users of this project are solely responsible for their own use of the data and should ensure that they comply with all applicable laws and regulations.
If u have any questions, just open an issue of this repo or simply mail to my outlook. And... Don't forget to leave a star if u like it.