Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
404studios-api
Advanced tools
A simple to use package that allows you to get jokes, images, and so much more!
This is a JavaScript wrapper for 404 Studios Api
The API itself: 404 Studios API is a powerful API to get jokes, images, and much more! More coming soon.
3+ Endpoins. More being added very soon.
Insanely Fast Responses
const API = require('404studios-api');
async function getJoke(){
let {joke, answer} = await API.joke();
console.log(joke, answer);
}
getJoke(); //--> "Where do you learn to make a banana split?", "Sundae school"
const API = require('404studios-api');
//Hug GIF
async function hugGIF() {
let GIF = await API.animeHug();
console.log(GIF);
}
hugGIF(); //--> https://c.tenor.com/ixaDEFhZJSsAAAAM/anime-choke.gif
//Kiss GIF
async function kissGIF() {
let GIF = await API.animeKiss();
console.log(GIF);
}
kissGIF(); //--> https://c.tenor.com/Cchd6VOMDIwAAAAM/forehead-forehead-kiss.gif
More endpoints will be coming in the near future, this API is sitll in beta and will be releasing fully very soon.
FAQs
A simple to use package that allows you to get jokes, images, and so much more!
The npm package 404studios-api receives a total of 15 weekly downloads. As such, 404studios-api popularity was classified as not popular.
We found that 404studios-api demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.