LinkAPI is a userscript designed to recognize API mentions in Stack Overflow posts and link them to their official API documentations.
- Install Tampermonkey Chrome extension
- Click the extension in the toolbar and select
Add a new script...
from the popup - Copy the content in
LinkAPI.js
and paste into the script editor - Click the save button or press
Ctrl + S
to load the script - Browse any Stack Overflow page or sample page and see the magic happens! (Currently only support posts with Python, Pandas, Matplotlib or Numpy tags)
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