Skip to main content

Questions tagged [node.js]

Node is a server-side web application framework that uses JavaScript syntax.

Filter by
Sorted by
Tagged with
5 votes
1 answer
118 views

I'm writing JavaScript (Node.js) code that calls the Stack Exchange API. One part of the API is that it may return a non-zero value for backoff, which essentially means "wait n seconds before ...
1 vote
0 answers
63 views

I'm attempting to set up OAuth in the Stack Overflow API. I've created a Stack App and obtained the Client ID and Client Secret. However, I'm encountering difficulties in the process and require ...
7 votes
2 answers
728 views

About Tired of writing out userscript headers by hand? Of small typos in your @match headers leading to wasted time? Generate Headers to the rescue: this utility package automates header generation ...
0 votes
1 answer
159 views

I'm trying to post a comment to The API Sandbox, I did one using the interactive documentation, but when trying to use my own code, it doesn't work. Instead, I get status code 405 (Method not allowed) ...
3 votes
1 answer
93 views

If I browse to https://api.stackexchange.com/2.2/search?site=stackoverflow&tagged=racket via Chrome, it displays a bunch of JSON containing the appropriate content. But when I run the following ...
3 votes
1 answer
336 views

I am a noob at coding, so forgive me for this rather trivial question. I am trying to make a program that can access the Stack Exchange API. Specifically I want to make a program that gets live ...
14 votes
0 answers
366 views

GrafOverflow A metric collection script for the Stack Exchange API. View Some Realtime Stats Here is a link for you to view some stats in real* time, with one year of history! GrafOverflow *Stats ...
6 votes
0 answers
391 views

About ChatExchange is a node.js API for talking to Stack Exchange chat (Largely based on ChatExchange for python). This is still very much in the works, but currently provides a working API for those ...
6 votes
0 answers
200 views

Golf-me is a quick and dirty terminal application you can use to pick out a programming puzzle from Stack Exchange's Programming Puzzles & Code Golf site. Screenshots About I built golf-me ...