hackerapi.js
![Build status](https://badge.buildkite.com/12b0b4a9c5232c34a3c15f06441afb48fe67d5286f0151b115.svg?branch=master)
📚 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
Proposing a New Feature
Deploying a new release
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.