npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

notion-vocab-quiz

v1.0.3

Published

A CLI tool to create vocabulary quizzes from Notion database

Readme

Notion Vocab Quiz

A CLI tool to create vocabulary quizzes from your Notion database. This tool helps you learn vocabulary by creating interactive quizzes from words stored in your Notion database.

Features

  • Create multiple types of quizzes:
    • Multiple choice
    • Synonym matching
    • Word-definition matching
    • Keyword checking
    • Fill in the blank
  • Export quiz results to CSV
  • Support for Vietnamese and English definitions
  • Interactive CLI interface
  • Progress tracking
  • Detailed feedback and explanations

Installation

npm install -g notion-vocab-quiz

You can use any of these commands:

notion-vocab-quiz  # Full command
nvq                # Short alias
vq                 # Shortest alias

Setup

  1. Create a Notion integration:

    • Go to https://www.notion.so/my-integrations
    • Login to your Notion account
    • Click "New integration"
    • Give it a name (Integration Name) (e.g., "Vocab Quiz")
    • Select your workspace (Associated workspace)
    • Type "Internal"
    • Click "Save"
    • Show and Copy the API key (Internal Integration Secret)
  2. Create Notion Database

    You can duplicate the template from my Notion: Vocabulary Template or you can create new one by yourself

    Your Notion database should have the following properties:

    • Word (title): The vocabulary word
    • Category (select): Word category
    • Definition (VN) (text): Vietnamese definition
    • Definition (EN) (text): English definition
    • Example (text): Example sentence
    • Synonyms (text): Related words
    • Note (text): Additional notes
    • Created time (date): When the word was created
  3. Share your database with the integration:

    • Open your Notion database
    • Click "..." in the top right
    • Click "Add connections"
    • Select your integration (Integration Name)
    • Click "Confirm"
  4. Get your database ID:

    • Open your Notion database in the browser
    • The URL will look like: https://www.notion.so/sonnpt1301/1c491d31f787802b1231c12f7d4eedb7?v=1c491d31f7878094b5c5000ce9284d43
    • Copy the database ID (the part between workspace name (sonnpt1301) and ?): 1c491d31f787802b1231c12f7d4eedb7
  5. Run the setup command:

    nvq setup
    # or
    vq setup
    • Enter your Notion API token
    • Enter your database ID
    • The configuration will be saved in ~/.notion-quiz/config.json

Usage

  1. Start a quiz:

    nvq
    # or
    vq
  2. Choose the time range for words to quiz:

    • All words
    • Today's words
    • Last 7 days
    • Last 30 days
    • Specific date
  3. Answer the questions:

    • Multiple choice: Select the correct definition
    • Synonym: Choose the matching synonym
    • Matching: Match words with definitions
    • Keyword check: Enter the definition
    • Fill in the blank: Complete the sentence with the correct word
  4. View your results:

    • See your score
    • Review correct and incorrect answers
    • Get detailed explanations
  5. Export your vocab to import into Quizlet (optional):

    • Choose to export to CSV
    • Result format: Word (word type) - Definition (VN) foundation (n) - nguyên tắc cơ bản hoặc nền tảng của một thứ gì đó reinforce (v) - làm cho thứ gì đó mạnh hơn hoặc hiệu quả hơn, củng cố, cải thiện give a lift back (Idiom) - chở ai đó quay trở lại nơi họ cần đến jump the gun (Idiom) - hành động quá sớm hoặc trước thời điểm thích hợp screw up (Phrasal verb) - làm rối tung, mắc lỗi hoặc làm hỏng việc overstep (v) - vượt quá giới hạn cho phép hoặc chấp nhận được hold your horses (Idiom) - dùng để bảo ai đó chậm lại hoặc kiên nhẫn hơn headquarters (n) - trụ sở chính hoặc trung tâm điều hành của một tổ chức hoặc công ty

License

MIT