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

hypixel-ts-library

v1.1.1

Published

Repository for Hypixel API TypeScript types and utilities

Downloads

19

Readme

Hypixel-TS-Library

Repository for Hypixel API TypeScript types and utilities

Installation

npm install hypixel-ts-library

Basic Usage

Using the library is as simple as importing the types, then using those within your code:

import type { BazaarDataItem, BazaarDataBase } from "hypixel-ts-library";
// ...your code.

Read the Quick Start on github for more information on the types available and how to use them:

https://github.com/findlogan/Hypixel-TS-Library/wiki

It is also reccomended and encouraged to take a look into the source for yourself to see what is all included.

Suggestions and Issues

If you have suggestions, put them into issues for now.

Origin of the Project

Hypixel API documentation is not that good, and that is not a secret.

This repository and package will be dedicated to the open source community as both: a pet project, and also a central location for everyone to complete it.

You will find types mostly, but perhaps even a few development functions in the future.

Feel free to contribute to the repository as we grow together!

Notes

  • Please note, yes I am aware of typing of "any" -- this is because of a lack of information. Please open a PR that fills the gaps with appropriate typing or that corrects the pre-existing.