bookmarks search
1.0.0
Search your Twitter bookmarks
Try it live
Sign up for the Twitter API
This app uses the Bookmarks lookup endpoint to get your bookmarks. It then performs a fuzzy search on:
/oauth/twitter
. For example, if you're hosting the app from your local environment, your callback will be https://127.0.0.1:3002/oauth/twitter
..env.template
file into a file named .env
and fill out the environment variables with the client IDs and secrets for Twitter (note that you will only need the Client ID for Twitter). Your TWITTER_REDIRECT_URI
should reflect the value of the OAuth callback. Change APP_URL
to the URL where you are hosting your app.yarn
or npm install
(only on your first run).yarn dev
or npm run dev
to start the app.