Tagged Questions

SoApi.JS can be found here, with version 2 of the library here.

learn more… | top users | synonyms

5
votes
0answers
207 views

Stack Addict: Always-on StackExchange question viewer (Chrome Extension)

Stack Addict is a question-list widget accessible at any time, from any page you're on. Pressing a simple keyboard-shortcut brings up the question viewer, from which you can search, sort, and ...
9
votes
0answers
233 views

StackOverflow start page for Google Chrome

About Basically, what it does is it aggregates questions from StackExchange sites, and shows them on your New Tab window. You can select what sites you want to display, filter questions by tags, ...
17
votes
7answers
1k views

StackUsers.com - everything you ever wanted to know but were afraid to ask. (about an SE user. almost.)

About http://stackusers.com All Stack Exchange users at your fingertips. The core of this application is a robust data acquisition and maintenance platform based on Soapi.CS that reliably and ...
11
votes
12answers
597 views

Soapi.JS2 : a fully relational JavaScript client library for the Stack Exchange API - beta preview

Soapi.JS2 var context = new Soapi.ApiContext(yourApiKey); context.initialize(function() { context.official.stackApps .Users().ById(14) .invoke(function(users) { ...
4
votes
1answer
55 views

What's the difference between tags soapi.cs and soapi.js to get a bug triggered by the former?

Right now questions tagged soapi.cs returns a HTTP status code 404 (for various HTTP clients) while questions tagged soapi.js does not. Interestingly though, soapi.cs seems to work just fine in other ...
11
votes
0answers
451 views

What is SOAPI and why should I care?

Let me answer the last question first: Why should you care? You shouldn't care unless you are a .NET or JavaScript coder who can leverage robust client access libraries for the Stack Exchange API ...
2
votes
0answers
87 views

Exterminators - Bugs and Features, Present and Past and those who brought them to light.

Exterminators About Exterminators is a simple aggregate of bugs and feature requests with a per-user breakdown with a weighted score thrown in for fun. Bugs and Feature requests are considered ...
11
votes
3answers
944 views

StackCenter - Your One Stop for Everything StackExchange

Update: StackCenter has been completely rewritten to use Soapi.JS2. I have also made some changes to the UI. Screenshot About StackCenter is a website designed to make keeping track of all your ...
3
votes
1answer
176 views

Stack Users Lite: Search for users on all Stack Exchange sites and view their associated accounts

Stack Users Lite About Stack Users Lite is a simple single page JavaScript application that searches all Stack Exchange sites for users by partial or complete username and allows you to view the ...
5
votes
1answer
153 views

StackAd Scroller

Screenshot About StackAd Scroller is a small web application that scrolls the open source ads from this Meta question. It is highly configurable and makes a nice page to leave your web browser ...
10
votes
1answer
476 views

StackAd - An Easy Way to Display Open-Source Ads on Your Site/Blog

Note: This page is due for an update but until then you can add StackAd to your site by adding: <script type='text/javascript' ...
16
votes
15answers
1k views

Soapi.JS : fluent JavaScript client library for the Stack Exchange API

Soapi.js If you are looking for a full featured, compact JavaScript client library that provides complete end to end coverage of the API, Soapi.JS is a good choice. You may also want to check out ...