Security News
Bun 1.2 Released with 90% Node.js Compatibility and Built-in S3 Object Support
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
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
The npm package french-dev-memes receives a total of 4 weekly downloads. As such, french-dev-memes popularity was classified as not popular.
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
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.