eternal-support
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

NPM

Eternal Support

Eternal-Support is a support library, which adds useful functions and requests to libraries such as nekos.life and akaneko, its objective is the optimization of work resources

Utilities

Obtaining anime images through akaneño and nekos.life Example:

Anime Images

import { mobileWallpapers } from 'eternal-support';
async function getMobileWallpapers() {
  const mobileWallpapers = await mobileWallpapers();
  console.log(mobileWallpapers);
}

getMobileWallpapers();

Console Style

import { logWithLabel } from 'eternal-support';
logWithLabel('info', 'Hello World');

Installation

npm install eternal-support

Types of requests

I added a typings file and will be working to improve it. This allows editors like VSC to use intellisense/autocomplete to suggest functions and help out with parameters and to see what you'll be receiving as a result of function calls.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Beta Version

The project is in its first versions so it is not even 20% of what it is expected to be able to do. If you have questions about the library's requests, consult our documentation for more information Documentation

Discord Server

If you have any questions or want to contribute to the project, join our discord server Discord

Package Sidebar

Install

npm i eternal-support

Weekly Downloads

166

Version

1.0.0

License

ISC

Unpacked Size

59 kB

Total Files

39

Last publish

Collaborators

  • eternal-ia