Giter VIP home page Giter VIP logo

bookmarks-search's Introduction

Bookmark search

Search your Twitter bookmarks

Try it live

Sign up for the Twitter API

How it works

This app uses the Bookmarks lookup endpoint to get your bookmarks. It then performs a fuzzy search on:

Make it yours

Get access

  1. Sign up for the Twitter API (it's free!)

Configure your Twitter app

  1. Go to the Twitter Developer Portal and select the cog icon next to app you wish to use.
  2. Click Edit under User authentication settings.
  3. Enable OAuth 2.0. Select Single page App as your client type.
  4. Configure your OAuth callback, making sure it ends with /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.
  5. Make a note of your Twitter Client ID.

Configure your project

  1. Clone this project.
  2. Copy the .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.
  3. Run yarn or npm install (only on your first run).
  4. Run yarn dev or npm run dev to start the app.

bookmarks-search's People

Contributors

andypiper avatar iamdaniele avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.