From 37966bd36942c728535483cd70eb7a04a1ad7fae Mon Sep 17 00:00:00 2001 From: Ilya Glotov Date: Wed, 27 Sep 2017 00:25:40 +0300 Subject: [PATCH] Update readme * Add ip field in JSON output * Add Travis CI shield --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 70bf838..3e2de78 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Build Status](https://travis-ci.org/jedisct1/iptoasn-webservice.svg?branch=master)](https://travis-ci.org/jedisct1/iptoasn-webservice) + # iptoasn-webservice Webservice to map IP addresses to AS information (and DNS history, soon). @@ -18,6 +20,7 @@ $ curl https://api.iptoasn.com/v1/as/ip/ "as_description": "LEVEL3 - Level 3 Communications, Inc.", "as_number": 3356, "first_ip": "4.0.0.0", + "ip": "4.3.2.1", "last_ip": "4.23.87.255" } ```