Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kenchan0130/yahoo-realtime-search-feed
A web application that provides entry of Yahoo! Realtime Search as RSS feed.
https://github.com/kenchan0130/yahoo-realtime-search-feed
rss
Last synced: 25 days ago
JSON representation
A web application that provides entry of Yahoo! Realtime Search as RSS feed.
- Host: GitHub
- URL: https://github.com/kenchan0130/yahoo-realtime-search-feed
- Owner: kenchan0130
- Created: 2023-04-24T05:24:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-01T20:18:44.000Z (4 months ago)
- Last Synced: 2024-10-10T06:01:37.189Z (about 1 month ago)
- Topics: rss
- Language: Go
- Homepage: https://yahoo-realtime-search-feed.onrender.com
- Size: 78.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Yahoo! realtime search feed
[![Build status][github-actions-image]][github-actions-url]
[github-actions-image]: https://github.com/kenchan0130/yahoo-realtime-search-feed/workflows/CI/badge.svg
[github-actions-url]: https://github.com/kenchan0130/yahoo-realtime-search-feed/actions?query=workflow%3A%22CI%22A web application that provides entry of Yahoo! Realtime Search as RSS feed.
Sample is [here](https://yahoo-realtime-search-feed.onrender.com/).
## Endpoints
| endpoint | content |
|-----------|------------------------|
| `/` | redirect to `/health`. |
| `/health` | return "ok" as text. |
| `/feed` | return a RSS feed. |### `/feed`
#### GET `/feed`
This endpoint supports the following query parameters.
| parameter | description |
|-----------|-----------------------------|
| `q` | search query. |
| `limit` | number of items to display. |## Development
```sh
go get -u github.com/kenchan0130/yahoo-realtime-search-feed
```You may also clone this project instead.
And, please run the program.```sh
go run main.go
```## Deploy
Any changes to the main branch are automatically deployed to [render](https://render.com/) by GitHub Action.