Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/twlite/ronbpost
📰 Get latest post from Routine of Nepal banda
https://github.com/twlite/ronbpost
Last synced: about 1 month ago
JSON representation
📰 Get latest post from Routine of Nepal banda
- Host: GitHub
- URL: https://github.com/twlite/ronbpost
- Owner: twlite
- License: mit
- Created: 2021-11-24T17:57:00.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-29T07:45:01.000Z (almost 3 years ago)
- Last Synced: 2024-09-29T21:36:06.731Z (about 1 month ago)
- Language: JavaScript
- Homepage: https://npmjs.com/package/ronbpost
- Size: 2.93 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RONBPost
Simple library to resolve latest post from **[Routine of Nepal banda](https://www.ronbpost.com)**.
# Example
```js
const ronbpost = require("ronbpost");ronbpost().then(console.log);
```