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 🙏

© 2024 – Pkg Stats / Ryan Hefner

@holeinonestudios/quiz-app

v2.0.2-0

Published

![Logo](./docs/images/icon.png)

Downloads

4

Readme

Logo

Quiz Server

Table of Contents

Badges

GitHub forks GitHub Repo stars GitHub watchers GitHub

GitHub issues GitHub pull requests GitHub commit activity GitHub code size in bytes GitHub contributors

GitHub Sponsors

Getting Started

Manual

  1. Download and extract the repository
  2. Install Node.js. Search, download and install.
  3. run npm install in a terminal for the project directory
  4. run npm install --save-dev in a terminal for the project directory
  5. Testing
    1. Edit file .env and change HOST line to: HOST=’localhost’
    2. npm run dev
    3. NOTE: May need to clear cookie history for localhost. Click on (i) next to localhost and clear the one cookie.
    4. Ctrl-C to stop program
  6. Build and Run Locally
    1. npm run build
    2. Copy .env file from root into dist directory
      1. Remove NODE_ENV=0 line.
      2. Edit FILE_PATH to: FILE_PATH='data.xlsx'
    3. In dist directory command prompt: ./quiz-app-win.exe Dot-slash is required!
    4. In web browser, browse to localhost.
  7. Running on LAN
    1. Determine IP address of machine to be used as server. IPV4 version.
    2. Replace the HOST with the IP address from step 1.
    3. In dist directory command prompt: ./quiz-app-win.exe Dot-slash is required! Be sure your computer allows the connection
    4. In a web browser, browse the the IP fom step 1.

Data

Each sheet in a workbook is a different quiz Link to Example

Data Table

If you don't include text in the answer choice it will not show up, so you can create True or False questions by leaving the other answers blank.

| Question | 1 | 2 | 3 | 4 | Correct | Hint | Hint Image | Background Image | | ----------------- | -------- | -------- | -------- | -------- | -------------- | -------- | ----------------------------------------------------------- | ----------------------------------------------- | | (text) | (text) | (text) | (text) | (text) | (1, 2, 3, 4) | (text) | (name of image(Default is Hint-Person-Placeholder.png)) | (name of image(Default is placeholder.jpg)) | | | | | | | | | | | | Example questions | Answer A | Answer B | Answer C | Answer D | 1, 2, 3 | Hint | hint-person-placeholder.png | placeholder.jpg |