/reverse-bias-search

Primary LanguageJavaScriptMIT LicenseMIT

About The Project

This application provides search results from the leading search engines: Google, Bing and Yahoo. The ranked results are displayed next to each other to see what is return from each search engine using the same query. The app is minimally stylized and can be modified to fit your needs. For the app to function properly you must get an API key from Serpwow.

Inspiration

The name reverse bias is a playon of an electronic principle.

Built With

  • React
  • Redux
  • Javascript
  • Bootstrap

Dependencies

Getting Started

  1. Clone repo to your local environment
git clone git@github.com:fkmccallion/reverse-bias.git
  1. Install npm dependencies
npm install
  1. Create .env file in root directory and add Serpwow Key
REACT_APP_SERPWOW_KEY=<key>
  1. Comment out dummy objects in queries.js action and uncomment fetch requests
  2. You are ready to start searching