Skip to main content

Questions tagged [node.js]

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

5 votes
1 answer
119 views

How can I implement a method to call the SE API that handles backoff correctly?

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 ...
cocomac's user avatar
  • 478
1 vote
0 answers
63 views

Requesting Assistance for OAuth Implementation in the Stack Overflow API

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 ...
Amit Rawat's user avatar
0 votes
1 answer
161 views

Getting 405 when trying to post a comment

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) ...
MrMythical's user avatar
7 votes
2 answers
730 views

Generate Headers - a utility package for validating and auto generating userscript manager headers

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 ...
Oleg Valter is with Ukraine's user avatar
3 votes
1 answer
93 views

When I perform an API call via browser, it displays pretty JSON. How come when I do the same request via nodejs in my console it is garbled? [duplicate]

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 ...
Alex V's user avatar
  • 133
6 votes
0 answers
391 views

Node.js/ChatExchange - An API for Chat

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 ...
Blue's user avatar
  • 321
3 votes
1 answer
336 views

How do I actually begin to code, in Node, using the Stack Exchange API?

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 ...
Pritt Balagopal's user avatar
14 votes
0 answers
366 views

GrafOverflow - Metric collection for Stack Exchange

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 ...
Matt Clark's user avatar
6 votes
0 answers
200 views

golf-me: your new command-line code-golf companion!

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 ...
john dikeman's user avatar