Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aventer-ug/go-api-jsonrssfeed
This service convert rssfeed into json
https://github.com/aventer-ug/go-api-jsonrssfeed
api golang
Last synced: 24 days ago
JSON representation
This service convert rssfeed into json
- Host: GitHub
- URL: https://github.com/aventer-ug/go-api-jsonrssfeed
- Owner: AVENTER-UG
- License: gpl-3.0
- Created: 2020-12-10T18:43:33.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-05T13:19:11.000Z (9 months ago)
- Last Synced: 2024-05-05T14:29:09.056Z (9 months ago)
- Topics: api, golang
- Language: Go
- Homepage: https://www.aventer.biz
- Size: 52.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Go-API-jsonrssfeed
This service convert rssfeed into json
## How to use
```bash
curl -d '{ "url": "https://www.feedme.me"}' -X GET http://localhost:10999/api/feed/v0
```