
Security News
AGENTS.md Gains Traction as an Open Format for AI Coding Agents
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
french-dev-memes
Advanced tools
This modules does nothing but returning a random dev meme, written in French.
All the memes are from the FoutuCode website.
Special thank to the owner @foutucode for letting me scrape his website
Install this module by running the following NPM command in your terminal:
npm install french-dev-memes
Using this module is very simple using ES6 Promises.
Here is an example of how to user this module.
const getAMeme = require("french-dev-memes");
getAMeme()
.then(console.log)
.catch(console.error)
The data output will look like the following:
{
"url": "https://foutucode.fr/wp-content/uploads/2020/01/72204405_2554244637992973_4604232665325895680_n_2554244634659640.jpg",
"altSizes": [
{
"960w": "https://foutucode.fr/wp-content/uploads/2020/01/72204405_2554244637992973_4604232665325895680_n_2554244634659640.jpg"
},
{
"300w": "https://foutucode.fr/wp-content/uploads/2020/01/72204405_2554244637992973_4604232665325895680_n_2554244634659640-300x150.jpg"
},
{
"768w": "https://foutucode.fr/wp-content/uploads/2020/01/72204405_2554244637992973_4604232665325895680_n_2554244634659640-768x384.jpg"
}
],
"altText": "Quand le dev backend fait du frontend"
}
© Edouard Courty - 2020
FAQs
Output a random developer meme from the website foutucode.fr
We found that french-dev-memes 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
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.