https://github.com/eklavyadev/devrant-new
A JavaScript wrapper to post rants on devRant
https://github.com/eklavyadev/devrant-new
devrant hacktoberfest
Last synced: 6 months ago
JSON representation
A JavaScript wrapper to post rants on devRant
- Host: GitHub
- URL: https://github.com/eklavyadev/devrant-new
- Owner: eklavyadev
- License: mit
- Created: 2021-04-24T10:44:32.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-10T06:43:18.000Z (over 4 years ago)
- Last Synced: 2025-07-01T02:43:14.154Z (7 months ago)
- Topics: devrant, hacktoberfest
- Language: JavaScript
- Homepage:
- Size: 1.38 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# devrant-new

### devRant-New is a JavaScript wrapper to post rants on devRant
##
### Examples
#### Post a Rant:
```javascript
var devRant = require("devrant-new");
devRant.postRant("email_id", "password", "Text message for fun", "bot", 3)
```
Categories of Rants
##### 1 - Rant
##### 2 - Undefined(Depreciated)
##### 3 - Joke/Meme
##### 4 - Question
##### 5 - DevRant
##### 6 - Random