diff --git a/README.md b/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..5824039fead750e5839b37640a0e7995008d34c1
--- /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