From 5a294ba4e7c0a1a9ea0d57ee8eeb30729539d250 Mon Sep 17 00:00:00 2001 From: Giacomo Cerquone Date: Tue, 22 Mar 2016 18:18:25 +0100 Subject: [PATCH] Added temp email api --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1dd04d1c..a0158887 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,7 @@ A collective list of JSON APIs for use in web development. | API | Description | OAuth |Link | |---|---|---|---| | RandomUser | Generates random user data | No | [Go!](https://randomuser.me/) | +| Temp Mail | Generates temp email | No | [Go!](https://temp-mail.org/it/api/) | | UI Faces | Find and generate sample avatars for user interfaces | No | [Go!](http://uifaces.com/api) | | UI Names | Generate random fake names | No | [Go!](https://github.com/thm/uinames) | | Adorable Avatars | Generate random cartoon avatars | No | [Go!](http://avatars.adorable.io/) |