feross / feross/reddit

post of the feed instead of community?

Open
#5 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
96
Forks
10
PR merge metrics
No merged PRs in 30d

Description

I want to post in my profile feed added below. I am not sure how to do that. Can you please explain?

```
async function post(){
// Submit a link to the /r/BitMidi subreddit
const res = await reddit.post('/api/submit', {
sr: 'cryptoanalyticatech',
kind: 'link',
resubmit: true,
title: 'This is the test',
url: 'www.google.com'
})

console.log(res);
}
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.