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

@hackthenorth/hackerapi-js

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hackthenorth/hackerapi-js

HackerAPI JS client for internal use

  • 3.0.12
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-50%
Maintainers
1
Weekly downloads
 
Created
Source

hackerapi.js

Build status

📚 Documentation: https://hackathon.github.io/hackerapi-js/globals.html

About

HackerAPI.js is the frontend JavaScript client that handles all interactions with Hack the North's backend (hackerapi.com). All requests from the frontend should use this library.

Usage

First, install the package:

npm install --save @hackthenorth/hackerapi-js

Then, in any file where you want to use it:

import HackerAPI from "@hackthenorth/hackerapi-js";

Testing

Currently only linting is set up, there's some old, dysfunctional tests in test.old

Adding a New Module Checklist

  • Extends Base class
  • Takes in a copy of itself in underscore and camelcase format
  • Calls super with the appropriate special handlers in case you played around with the last step
  • Module is exported
  • Imported and added to parent module

Proposing a New Feature

  • Work on a feature branch ideally called [first initial][last name]-[feature name] (for example mjez-activities)
  • Never push directly to master – open a PR
  • Before merging a PR
    • git pull origin master

Deploying a new release

  • Merge master into release with a [Patch]|[Minor]|[Major] prefix

Next Year

Wanna help make this project better? Check out the SHITLIST.md for a good starting point.

Cheers

Made with ❤️ by Michal Jez with the help of the rest of the platform team.

Keywords

FAQs

Package last updated on 23 Mar 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