/LinkAPI

LinkAPI is a Tampermonkey userscript designed to recognise API mentions in Stack Overflow posts and link them to their official API documentations

Primary LanguageJavaScriptMIT LicenseMIT

LinkAPI

LinkAPI is a userscript designed to recognize API mentions in Stack Overflow posts and link them to their official API documentations.

User guide

  1. Install Tampermonkey Chrome extension
  2. Click the extension in the toolbar and select Add a new script... from the popup
  3. Copy the content in LinkAPI.js and paste into the script editor
  4. Click the save button or press Ctrl + S to load the script
  5. Browse any Stack Overflow page or sample page and see the magic happens! (Currently only support posts with Python, Pandas, Matplotlib or Numpy tags)

Documentations

This project is my Final Year Project (FYP) submitted in partial fulfillment of the requirements for the Degree of Bachelor of Engineering (Computer Science) of Nanyang Technological University

FYP Report: API Recognition and Linking in Stack Overflow

Presentation slides: Download link

Backend code: https://github.com/cyong1230/api_linking