0.0.2
Simple wrapper to get Reddit posts from a subreddit using the .json feature
Repository
Current version released
3 years ago
Versions
redditposts
A simple wrapper to fetch reddit posts from a subreddit using the .json
feature.
Installation
Deno
Simply import from our https://deno.land/x/ URL.
import { fetchPosts } from "https://deno.land/x/redditposts/src/mod.ts";
NodeJS
We do not officially support NodeJS. However it’s really simple to port over to Node - simply download the code from our Github Repo and import the src/mod.ts
file. Remember to polyfill the fetch
function with something similar (e.g. node-fetch
is a developer favourite)
The above assumes you are using TypeScript. If you are using JavaScript, you can do the same but strip away the types.
Examples
License
MIT License. See LICENSE