Enter a HackerNews username to see statistics for submissions, comments and favorites
This app is powered by MetaMate. For the client to obtain all the data it needs, it simply sends the following query, and MetaMate aggregates the requested data under the hood
let rsp = await client.GetSocialAccounts({ mode: { id: { serviceId: { serviceName: "hackernews", value: username, } }, }, relations: { authorsPosts: {}, bookmarksPosts: {}, } });
How to build applications with MetaMate
Check out MetaMate's HackerNews service here: Most advanced HackerNews API
This app is powered by MetaMate. For the client to obtain all the data it needs, it simply sends the following query, and MetaMate aggregates the requested data under the hood
let rsp = await client.GetSocialAccounts({ mode: { id: { serviceId: { serviceName: "hackernews", value: username, } }, }, relations: { authorsPosts: {}, bookmarksPosts: {}, } });
How to build applications with MetaMate
Check out MetaMate's HackerNews service here: Most advanced HackerNews API