techhost-api-wrapper
TypeScript icon, indicating that this package has built-in type declarations

0.0.8 • Public • Published

TechHost API Wrapper

An open source API wrapper for TechHost API.

Badges

Discord GitHub repo size GitHub GitHub Repo stars npm (tag)

Installation

Install techhost-api-wrapper with npm.

npm install techhost-api-wrapper

Usage/Examples

JavaScript

const { Client } = require("techhost-api-wrapper");
const client = new Client();

client.cat().then(console.log);

TypeScript

import { Client } from "techhost-api-wrapper";
const client = new Client();

void client.cat().then(console.log);

Documentation

Documentation

FAQ

Does the package support TypeScript?

Yes! It is written in TypeScript, so it also has typings support!

What is the minimum version of Node.JS I need to run the package?

Node.JS v16 is required in order for the package to run smoothly.

Features

  • Cat endpoint
  • Dog endpoint
  • Fact endpoint
  • Meme endpoint
  • HTTP Code endpoint
  • Reddit endpoint
  • Screenshot endpoint

License

This project is licensed through the Apache-2.0 license.

Feedback

If you have any feedback, please reach out to us at our Discord Server.

Contributing

Contributions are always welcome! Open up a Pull Request or an Issue.

Please adhere to this project's code of conduct.

Authors

Acknowledgements

Package Sidebar

Install

npm i techhost-api-wrapper

Weekly Downloads

0

Version

0.0.8

License

Apache-2.0

Unpacked Size

72.6 kB

Total Files

63

Last publish

Collaborators

  • therealeight