Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

french-dev-memes

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

french-dev-memes

Output a random developer meme from the website foutucode.fr

  • 1.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
4
increased by100%
Maintainers
1
Weekly downloads
 
Created
Source

French Developer Memes

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

Installation

NPM

Install this module by running the following NPM command in your terminal:

npm install french-dev-memes

Usage & Data Structure

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

Keywords

FAQs

Package last updated on 08 Apr 2020

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc