post of the feed instead of community?
Open
- 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.