From 06b39cd48ee7d1f74592de5901a3b299e0b74d28 Mon Sep 17 00:00:00 2001
From: Joel Cavat <jcavat@gmail.com>
Date: Thu, 17 Jan 2019 18:02:45 +0100
Subject: [PATCH] Add readme

---
 README.md | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 README.md

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..5824039
--- /dev/null
+++ b/README.md
@@ -0,0 +1,15 @@
+
+# Summary
+
+This simple example lets you execute a http get request on [Transport Opendata](http://transport.opendata.ch/v1/)
+
+- This snippet use [unirest](http://unirest.io/java.html) for the http client
+
+## How to
+
+Build and run :
+
+```
+mvn clean package
+mvn exec:java
+```
\ No newline at end of file
-- 
GitLab