From 8e0e1d02fc619e86434d4a8cfbca6f2b46bd85d9 Mon Sep 17 00:00:00 2001 From: kihuha Date: Tue, 16 Mar 2021 10:53:35 +0300 Subject: [PATCH] Added travis build badge --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d745001..040ef81 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,12 @@ [![Codacy Badge](https://api.codacy.com/project/badge/Grade/ccca157364f44ffd9c6d9f12fcd1d2f3)](https://app.codacy.com/manual/kihuha/census-2019-api?utm_source=github.com&utm_medium=referral&utm_content=kihuha/census-2019-api&utm_campaign=Badge_Grade_Dashboard) [![Codacy Badge](https://api.codacy.com/project/badge/Coverage/6d37b3f995494069aa2630c188122700)](https://www.codacy.com/manual/kihuha/census-2019-api?utm_source=github.com&utm_medium=referral&utm_content=kihuha/census-2019-api&utm_campaign=Badge_Coverage) +[![Build Status](https://www.travis-ci.com/kihuha/census-2019-api.svg?branch=master)](https://www.travis-ci.com/kihuha/census-2019-api) -The following API contains data mined from the [Kenya Population and Housing Census](https://www.knbs.or.ke/?wpdmpro=2019-kenya-population-and-housing-census-volume-i-population-by-county-and-sub-county). - +The following API contains data mined from the [Kenya Population and Housing Census](https://www.knbs.or.ke/?wpdmpro=2019-kenya-population-and-housing-census-volume-i-population-by-county-and-sub-county). ## API + Main URL -> https://census-api-kihuha.herokuapp.com/ `GET` - `COUNTRY POPULATION` - https://census-api-kihuha.herokuapp.com/api/v1/country @@ -18,4 +19,3 @@ Main URL -> https://census-api-kihuha.herokuapp.com/ `GET` - `SPECIFIC COUNTY SUBCOUNTIES POPULATION` - https://census-api-kihuha.herokuapp.com/api/v1/counties/<:county_name>/subcounties `GET` - `SPECIFIC SUBCOUNTIES POPULATION` - https://census-api-kihuha.herokuapp.com/api/v1/counties/<:county_name>/subcounties/<:subcounty_name> -