Ribbon
A bookmark manager app
This is an application which aim to help you complete reading your bookmarks.
Preview
Features
π Manage your Reddit saved postsπ Get reminders for pinned bookmarksπ Filter through all your bookmarks
Services
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.
- Reddit (Saved)
- GitHub (Stars)
- Twitter (Bookmark) API endpoint closed
- YouTube (Watch later) API endpoint closed
How to install ?
Requirements
- 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