This is an application which aim to help you complete reading your bookmarks.
- 📚 Manage your Reddit saved posts
- 🔔 Get reminders for pinned bookmarks
- 🔎 Filter through all your bookmarks
The goal is to centralize all bookmarks from different services but unfortunately it's not that easy since they did not provide an easy/legal way to do so.
✔️ Supported services :
- Reddit (Saved)
💡 Ideas :
- GitHub (Stars)
❌ Not possible :
- Twitter (Bookmark) API endpoint closed
- YouTube (Watch later) API endpoint closed
- Node.js >= 12.0.0
- Yarn >= 1.16.0
- Clone this repository
$ git clone https://github.com/KeziahMoselle/ribbon.git
- Install dependencies
$ cd ribbon && yarn
- Rename the
.env.example
to.env
like so :
REDDIT_CLIENT_ID=theClientIdOfYourApp
REDDIT_USERNAME=yourRedditUsername
- Create an app at reddit.com/prefs/apps
- It must be an
installed app
- And your redirect URI should be like :
https://auth.expo.io/@yourusername/appname
- Launch the app
$ yarn start