Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cristalhq/feeds
Library for Atom, JSON and RSS feeds creation and parsing.
https://github.com/cristalhq/feeds
atom dependency-free feeds go golang json rss
Last synced: 9 days ago
JSON representation
Library for Atom, JSON and RSS feeds creation and parsing.
- Host: GitHub
- URL: https://github.com/cristalhq/feeds
- Owner: cristalhq
- License: mit
- Created: 2020-05-29T14:25:58.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-07T21:21:47.000Z (about 4 years ago)
- Last Synced: 2024-06-20T19:16:21.217Z (5 months ago)
- Topics: atom, dependency-free, feeds, go, golang, json, rss
- Language: Go
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# feeds
[![Build Status][build-img]][build-url]
[![GoDoc][doc-img]][doc-url]
[![Go Report Card][reportcard-img]][reportcard-url]
[![Coverage][coverage-img]][coverage-url]Library for Atom, JSON and RSS feeds creation and parsing.
## Features
* Simple API.
* Clean and tested code.
* Dependency-free.## Install
Go version 1.14+
```
go get github.com/cristalhq/feeds
```## Example
```go
```## Documentation
See [these docs][doc-url].
## License
[MIT License](LICENSE).
[build-img]: https://github.com/cristalhq/feeds/workflows/build/badge.svg
[build-url]: https://github.com/cristalhq/feeds/actions
[doc-img]: https://godoc.org/github.com/cristalhq/feeds?status.svg
[doc-url]: https://pkg.go.dev/github.com/cristalhq/feeds/v3
[reportcard-img]: https://goreportcard.com/badge/cristalhq/feeds
[reportcard-url]: https://goreportcard.com/report/cristalhq/feeds
[coverage-img]: https://codecov.io/gh/cristalhq/feeds/branch/master/graph/badge.svg
[coverage-url]: https://codecov.io/gh/cristalhq/feeds