Qodex.ai
Qodex.ai
IntroductionAsk Anything
AleXSlack (Slack Integration w/ Alexa)
SLACK APIs
Slack WebSocket - Generate URLGET Channel ListGET Channel InfoGET User ProfileCleanup
Alexa Skill API
Send Notification
Daily [dot] dev
Get recent articles from daily.devSend message to slack
Fitness Bot
Exercise DB API
Get All Body PartsGet Exercise by BodyPartGet All Exercises
Slack API
Send Inital Message to Slack
Hackernews API
Fetch Top Stories IDGet Story InfoSend Slack Message via Channel
IP Address APIs
Get current IPLookup IP using IPAPILookup Country from IP
Jokes API
Dad JokesChuic Norris Joke
Messaging APIs
Send a message to a channel using SlackSend message using Telegram
Send Slack notifications to reviewers for open PRs on Bitbucket
Auth
Auth
Pull Requests
Get Pull RequestsGet Pull Request by ID and Send Slack Message
Send trip plan to Slack using calendar events
settingscalendar-listprimary-calendar-eventsdate intervalholidays-listgeoname-locationtrip-places-to-visitslack-channelsslack-post-message
Stock Quote Slack Bot
Get stock quoteSend message to Slack bot
Weather API
Get current weather of coords using OWGet forecast from OW
IntroductionAsk Anything
AleXSlack (Slack Integration w/ Alexa)
SLACK APIs
Slack WebSocket - Generate URLGET Channel ListGET Channel InfoGET User ProfileCleanup
Alexa Skill API
Send Notification
Daily [dot] dev
Get recent articles from daily.devSend message to slack
Fitness Bot
Exercise DB API
Get All Body PartsGet Exercise by BodyPartGet All Exercises
Slack API
Send Inital Message to Slack
Hackernews API
Fetch Top Stories IDGet Story InfoSend Slack Message via Channel
IP Address APIs
Get current IPLookup IP using IPAPILookup Country from IP
Jokes API
Dad JokesChuic Norris Joke
Messaging APIs
Send a message to a channel using SlackSend message using Telegram
Send Slack notifications to reviewers for open PRs on Bitbucket
Auth
Auth
Pull Requests
Get Pull RequestsGet Pull Request by ID and Send Slack Message
Send trip plan to Slack using calendar events
settingscalendar-listprimary-calendar-eventsdate intervalholidays-listgeoname-locationtrip-places-to-visitslack-channelsslack-post-message
Stock Quote Slack Bot
Get stock quoteSend message to Slack bot
Weather API
Get current weather of coords using OWGet forecast from OW
HomeHackernews API

Hackernews API

Number of APIs: 3

  1. Fetch Top Stories ID GET https://hacker-news.firebaseio.com/v0/topstories.json?print=pretty

  2. Get Story Info GET https://hacker-news.firebaseio.com/v0/item/{{id}}.json?print=pretty

  3. Send Slack Message via Channel POST https://slack.com/api/chat.postMessage

Previous
Send Inital Message to Slack
Next
Fetch Top Stories ID