Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tecc/mojang.js
mojang.js is a simple wrapper for Mojangs APIs, written in TypeScript.
https://github.com/tecc/mojang.js
mojang mojang-api nodejs typescript
Last synced: about 2 months ago
JSON representation
mojang.js is a simple wrapper for Mojangs APIs, written in TypeScript.
- Host: GitHub
- URL: https://github.com/tecc/mojang.js
- Owner: tecc
- License: mit
- Created: 2021-06-28T14:01:45.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2021-07-19T15:09:10.000Z (over 3 years ago)
- Last Synced: 2024-09-01T02:48:12.828Z (5 months ago)
- Topics: mojang, mojang-api, nodejs, typescript
- Language: TypeScript
- Homepage: https://docs.tecc.me/mojang.js
- Size: 370 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# mojang.js
[![npm](https://img.shields.io/npm/v/%40tecc%2Fmojang.js?style=flat-square)](https://npmjs.com/package/@tecc/mojang.js) ![GitHub](https://img.shields.io/github/license/tecc/mojang.js?style=flat-square)> **Note**
> This package is currently under development.
> If you notice anything wrong, [open an issue over on GitHub](https://github.com/tecc/mojang.js/issues) or [fork the repository and fix it yourself](https://github.com/tecc/mojang.js).**mojang.js** is a light wrapper for Mojang's APIs.
It is built on top of the [`superagent`](https://npmjs.com/package/superagent) package.
**mojang.js** is licensed under the MIT License.
View the [license file](./LICENSE.txt) for the full license.## Installation
To install **mojang.js**, you only need to run `npm install @tecc/mojang.js` or `yarn add @tecc/mojang.js`.
If you're using TypeScript, don't worry - `mojang.js` uses TypeScript too under the hood, and provides complete type declarations.
## Documentation
All documentation is available at [the project page](https://docs.tecc.me/mojang.js).
If you find that any documentation is missing, unclear, or incomplete, [open an issue over on GitHub](https://github.com/tecc/mojang.js/issues).For more detailed examples, please view the [examples](./examples).