New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@hackthenorth/quai

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hackthenorth/quai

One of Hack the North's testing tools

  • 1.2.6
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Quai

Quai is a testing tool built in React that's used by Hack the North for bug reporting in Jira!

Usage

Installation

Install the package in your project:

$ npm install --save @hackthenorth/quai
Setup

Before using the Quai component, you must:

  1. Provide a valid HackerAPI auth token as an environment variable with key QUAI_QA_TOKEN.
  2. Provide an environment variable with key QA set to truthy (1, true, etc).

Note: when used in a React app, you must prefix env variables with REACT_APP_ for it to be picked up by React.

Using component

Wherever your application structure is located, import and use the Quai component:

import Quai from "@hackthenorth/quai";
// ... your component ...
return <Quai projectEpicKey="JIRA_ISSUE_KEY" />;
// ... your component ...

projectEpicKey should be the parent issue/epic that you'd like child issues to be created under in Jira.

Development

Setup

First, clone the repo:

$ git clone https://github.com/hackathon/quai.git
$ cd quai

Running locally

To start a local dev server:

$ npm start

TODO: tests?

Tech stack

  • React
  • styled-components
  • Jest
  • Buildkite
  • TypeScript

FAQs

Package last updated on 17 Jul 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc