📚 Documentation: https://hackathon.github.io/hackerapi-js/globals.html
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.
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";
Currently only linting is set up, there's some old, dysfunctional tests in test.old
Base
classsuper
with the appropriate special handlers in case you played around with the last step[first initial][last name]-[feature name]
(for example mjez-activities
)master
– open a PRgit pull origin master
master
into release
with a [Patch]|[Minor]|[Major]
prefixWanna help make this project better? Check out the SHITLIST.md for a good starting point.
Made with ❤️ by Michal Jez with the help of the rest of the platform team.
Generated using TypeDoc