Skip to content
/ memes Public

Simple module for deno to resolve memes from a subreddit.

Notifications You must be signed in to change notification settings

twlite/memes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

memes

Simple module for deno to fetch memes from a subreddit.

Example

import memer from "https://deno.land/x/memes/mod.ts";

const meme = await memer("me_irl");
console.log(`Found ${meme.imageURL}`);

How to run

You need to run your code with --allow-net flag.

$ deno run --allow-net <your_file_name>

About

Simple module for deno to resolve memes from a subreddit.

Resources

Stars

Watchers

Forks

Packages

No packages published