https://github.com/esensar/kotlin-newsboat-parser
Parser for newsboat (https://newsboat.org/) configuration and url files
https://github.com/esensar/kotlin-newsboat-parser
kotlin newsboat parser
Last synced: 12 months ago
JSON representation
Parser for newsboat (https://newsboat.org/) configuration and url files
- Host: GitHub
- URL: https://github.com/esensar/kotlin-newsboat-parser
- Owner: esensar
- License: mit
- Created: 2021-08-31T16:27:32.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-04-19T21:59:23.000Z (about 4 years ago)
- Last Synced: 2025-06-11T03:20:04.274Z (about 1 year ago)
- Topics: kotlin, newsboat, parser
- Language: Kotlin
- Homepage:
- Size: 81.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# kotlin-newsboat-parser
[](https://github.com/esensar/kotlin-newsboat-parser/actions)
[](https://javadoc.io/doc/com.ensarsarajcic.kotlinx/newsboatparser)
[](https://maven-badges.herokuapp.com/maven-central/com.ensarsarajcic.kotlinx/newsboatparser)
[](https://oss.sonatype.org/content/repositories/snapshots/com/ensarsarajcic/kotlinx/newsboatparser/)
## About
This library provides parser for [newsboat](https://newsboat.org/) config and urls file format. It supports all of kotlin targets (JVM, JS, Native).
## Integration
### Maven central
**Gradle:**
```kotlin
implementation("com.ensarsarajcic.kotlinx:newsboatparser:${kotlinxNewsboatparserVersion}")
```
### Snapshot builds
**Gradle:**
```kotlin
repositories {
maven {
url = uri("https://oss.sonatype.org/content/repositories/snapshots")
}
}
implementation("com.ensarsarajcic.kotlinx:newsboatparser:${kotlinxNewsboatparserVersion}")
```
## Usage
**TBD**
## Contributing
Check out [contributing guidelines](CONTRIBUTING.md).
## License
[MIT](LICENSE)