raindrop-random-bookmark
v1.0.1
Published
A simple CLI utility to fetch a random bookmark from Raindrop.io collections.
Readme
raindrop-random-bookmark
A simple CLI utility to fetch a random bookmark from Raindrop.io collections.
Usage
Obtain your Raindrop.io API token. See the Raindrop API documentation. Note that you need a "Test token", so you don't need to set up OAuth.
Set the environment variable:
export RAINDROP_TOKEN="your_token"Run the app:
npx raindrop-random-bookmark
Example Output
🌧️ Random Bookmark
🎲 Number: 46/123
🆔 ID: 123456789
📅 Created: 2024-07-24T12:34:56.000Z
📌 Title: Example Bookmark
📖 Excerpt: Some description...
🏷️ Tags: tag1, tag2
🔗 Link: https://example.comDevelopment
Clone the repository:
git clone https://github.com/hypnoglow/raindrop-random-bookmark.git cd raindrop-random-bookmarkInstall dependencies:
npm installRun the app:
npm run build npm start
