Skip to content

Commit

Permalink
readme work
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanCheshire committed Oct 22, 2023
1 parent 42831f7 commit de60fd5
Showing 1 changed file with 40 additions and 1 deletion.
41 changes: 40 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,41 @@
# JRoboHash
## A RoboHash API wrapper for Java and the JVM

## A Java (JVM) wrapper for the RoboHash API.

# Intro

This library is a Java/JVM wrapper for the RoboHash profile API.

# Using with Gradle

Make sure you have the following line in your `repositories` Gradle config (it is recommended that JitPack be at the
_end_ of the repositories section):

`maven { url 'https://jitpack.io' }`

Then add the following to your dependencies: `implementation 'com.github.nathancheshire.jrobohash:COMMIT_HASH'`.

The `COMMIT_HASH` may vary depending on the targeted version (commit SHA) of JRoboHash you would like to use.

# API Support

This client features support for the comprehensive RoboHash API.
Using a builder pattern, all supported URL parameters are configurable via this API.

# Getting Started

# Contributing

# Pull Requests

# Issues

# Resources

[RoboHash API Docs](https://robohash.org/)

Raw link: https://robohash.org/

[RoboHash GitHub](https://github.com/e1ven/Robohash)

Raw link: https://github.com/e1ven/Robohash

0 comments on commit de60fd5

Please sign in to comment.