A web application that provides entry of Yahoo! Realtime Search as RSS feed.
Sample is here.
| endpoint | content |
|---|---|
/ |
redirect to /health. |
/health |
return "ok" as text. |
/feed |
return a RSS feed. |
This endpoint supports the following query parameters.
| parameter | description |
|---|---|
q |
search query. |
limit |
number of items to display. |
go get -u github.com/kenchan0130/yahoo-realtime-search-feedYou may also clone this project instead. And, please run the program.
go run main.goAny changes to the main branch are automatically deployed to render by GitHub Action.