Skip to content

pedrocastanheira77/devlinq

Repository files navigation

DevLinQ

Core features Implemented

When Google Searching:

  • Show separately results from Official Language documentation
  • Show separately search results StackOverflow APIs
  • Remove repetition between results

User Stories

As a user,
So that can immediately see relevant StackOverflow links,
I want to see them in a separate section of my page.

As a user,
So that can find more effective links,
I want to see StackOverflow links with answers.

As a user,
So that can find more effective links,
I want to see StackOverflow links with higher scores.

As a user,
So that can immediately see relevant official docs links,
I want to see them in a separate section of my page.

As a user,
So that can immediately see relevant official docs links,
I want to see the documentation link for the most recent version available.

As a user,
So that I don't miss anything important,
I would like to see all other links in another section.

As a user,
So that I don't waste time,
I want to see all other links without repetition.

Screen Shot

not found

Technologies Used

Framework:

  • Chrome Extension structure
  • Javascript
  • Node.js
  • React
  • Browserify
  • HTML & CSS

Testing:

  • Selenium
  • Sinon, Mocha, Chai

Installation & Usage

  • Clone this repo
  • Run in the command line
$ npm install
$ npm install -g browserify // if you don't have it installed yet 
$ browserify src/static/js/DevlinqEvent.js -o bundle.js
  • Open Google Chrome
  • Visit chrome://extensions
  • Enable Developer Mode
  • Upload the 'unpacked' folder containing this repo
  • Enable the Extension
  • Google Search!

Additional Features to Implement in the Future

Collaborators

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages