Skip to content

Commit

Permalink
Add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreKoepke committed Mar 12, 2022
1 parent a564254 commit e3c6064
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Java-Library to fetch Weathercloud.net data

Small and simple. Just include the lib via Maven/Gradle

### maven

```xml

<dependency>
<groupId>ch.akop</groupId>
<artifactId>weathercloud</artifactId>
<version>0.0.3</version>
</dependency>
```

### gradle

```groovy
implementation ch.akop: weathercloud : 0.0 .3 '
```

## Usage

```java
var response=new Scraper().scrape("7003523537");
```

![Example response](doc/resultImage.png)
Binary file added doc/resultImage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e3c6064

Please sign in to comment.