From c86b417369c83d7859c2a61c89f20c1ffb162085 Mon Sep 17 00:00:00 2001 From: "dusty@dustyreagan.com" Date: Thu, 14 Sep 2017 23:53:05 -0500 Subject: [PATCH 1/3] Added count.io API to Tracking category. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c971987d..5e912196 100644 --- a/README.md +++ b/README.md @@ -546,6 +546,7 @@ API | Description | Auth | HTTPS | Link | ### Tracking API | Description | Auth | HTTPS | Link | |---|---|---|---|---| +| Count.io | Persistent counting and A/B testing API | No | Yes | [Go!](https://count.io) | | Postmon | An API to query Brazilian ZIP codes and orders easily, quickly and free | No | No | [Go!](http://postmon.com.br) | | Sweden | Provides information about parcels in transport | `apiKey` | No | [Go!](https://developer.postnord.com/docs2) | From 66c471f6bcc571e7a25bec181fb88e24cc444b93 Mon Sep 17 00:00:00 2001 From: "dusty@dustyreagan.com" Date: Fri, 15 Sep 2017 15:37:41 -0500 Subject: [PATCH 2/3] Moved count.io API to Development category. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e912196..a64bef88 100644 --- a/README.md +++ b/README.md @@ -163,6 +163,7 @@ API | Description | Auth | HTTPS | Link | | Browshot | Easily make screenshots of web pages in any screen size, as any device | `apiKey` | Yes | [Go!](https://browshot.com/api/documentation) | | CDNJS | Library info on CDNJS | No | Yes | [Go!](https://api.cdnjs.com/libraries/jquery) | | Changelogs.md | Structured changelog metadata from open source projects | No | Yes | [Go!](https://changelogs.md) | +| Count.io | Persistent counting and A/B testing API | No | Yes | [Go!](https://count.io) | | Faceplusplus | A tool to detect face | `OAuth` | Yes | [Go!](https://www.faceplusplus.com/) | | Genderize.io | Determines a gender from a first name | No | Yes | [Go!](https://genderize.io) | | Github - User Data | Pull public information for a user's github | No | Yes | [Go!](https://api.github.com/users/hackeryou) | @@ -546,7 +547,6 @@ API | Description | Auth | HTTPS | Link | ### Tracking API | Description | Auth | HTTPS | Link | |---|---|---|---|---| -| Count.io | Persistent counting and A/B testing API | No | Yes | [Go!](https://count.io) | | Postmon | An API to query Brazilian ZIP codes and orders easily, quickly and free | No | No | [Go!](http://postmon.com.br) | | Sweden | Provides information about parcels in transport | `apiKey` | No | [Go!](https://developer.postnord.com/docs2) | From 4e79d6d7362b866b03b738a2ee451005a9abfe9c Mon Sep 17 00:00:00 2001 From: Dave Machado Date: Mon, 18 Sep 2017 18:16:17 -0400 Subject: [PATCH 3/3] Remove '... API' from Description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a290d72..60248150 100644 --- a/README.md +++ b/README.md @@ -163,7 +163,7 @@ API | Description | Auth | HTTPS | Link | | Browshot | Easily make screenshots of web pages in any screen size, as any device | `apiKey` | Yes | [Go!](https://browshot.com/api/documentation) | | CDNJS | Library info on CDNJS | No | Yes | [Go!](https://api.cdnjs.com/libraries/jquery) | | Changelogs.md | Structured changelog metadata from open source projects | No | Yes | [Go!](https://changelogs.md) | -| Count.io | Persistent counting and A/B testing API | No | Yes | [Go!](https://count.io) | +| Count.io | Persistent counting and A/B testing | No | Yes | [Go!](https://count.io) | | Faceplusplus | A tool to detect face | `OAuth` | Yes | [Go!](https://www.faceplusplus.com/) | | Genderize.io | Determines a gender from a first name | No | Yes | [Go!](https://genderize.io) | | Github - User Data | Pull public information for a user's github | No | Yes | [Go!](https://api.github.com/users/hackeryou) |