Giter Site home page Giter Site logo
  • šŸ‘‹ Hi, Iā€™m @aaronburt
  • šŸ‘€ Iā€™m interested in Javascript and Java
  • šŸŒ± Iā€™m currently learning about Springboot
  • šŸ“« How to reach me: [email protected]

Babblebot Plugins

I've been writing Java plugins for Babblebot. Creating useful ones that are currently in progress. I have already made several plugins, and there are more in development buts its matter of waiting for Ben to finish the main codebase before i can fully flesh them out.

API

I needed a service that could perform server-side functions like authentication and external API requests with restricted user access. ApiAB fulfills this requirement by running a serverless environment with V8 Chrome code. To minimize cold starts, it uses a lean container (Stripped back Alpine Linux) and an aggressive caching layer to reduce origin contacts.

V4

V4 offers significant performance improvements, reducing cold starts and refreshing data much faster.

Public free endpoints -- Please don't abuse them or i will need to remove them.

This endpoint retrieves the latest Wallpaper of the day from Bing and allows embedding for private non-commercial use only.

This endpoint displays the image from the wallpaper API, which can be embedded in any source. Please avoid misuse and commercial usage.

image info

This function provides comprehensive weather-related data in a single JSON payload. All responses are cached for an 1 hour.

This function generates a random string that can be used for various purposes requiring some level of randomness. However, it's not recommended for cryptographic security as it solely relies on Math.random().

?length= will determine how long the string return is upto a maximum value of 9999
&type= will determine what characters are used in the string. You can use any or all of the following. 

a = a-z 
A = A-Z
0 = 0-9
$ = symbols that shouldn't cause string escape issues

Example

BunnyCDN

This function lists all currently active BunnyCDN edge server IP addresses and is displayed as a JavaScript array.

This function returns all the JSON data from Bunny Billing. The result is aggressively cached, and you need to provide a ?key= query from here

aaronburt's Projects

ipmi-manager icon ipmi-manager

NodeJS api endpoint for IDRAC's implementation of IPMI (This was tested on a R710)

locatarr icon locatarr

My intent is to locate all the *arr apps that are out there in the world, like Sonarr, Radarr, etc. Thus, locatarr

luhns-algorithm icon luhns-algorithm

JavaScript implementation of Luhn's Algorithm used for checking the validity of a Credit/Debit card 16 digit number.

mongokv icon mongokv

Abstracted Layer for MongoDB written in NodeJS

qrcode-api icon qrcode-api

This is an Express.js server inside with docker support that allows you to generate QR codes from a given input string. It utilizes the qrcode and express-rate-limit packages to generate QR codes and limit the rate of requests respectively.

typeguard-js icon typeguard-js

TypeGuard-JS is a TypeScript/JavaScript class that provides a set of functions for validating and verifying types at runtime. This class is particularly useful in dynamic environments, where the type of a variable or parameter cannot be known until runtime.

usestate icon usestate

React inspired useState hook for any JavaScript project

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    šŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. šŸ“ŠšŸ“ˆšŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ā¤ļø Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.