From 082b60c06347c86da0665325f1b572a74ff6f3e9 Mon Sep 17 00:00:00 2001 From: RapidAPI Date: Mon, 3 Apr 2017 18:18:09 +0300 Subject: [PATCH] Update README.md Hey there. I added a link in your README to a tool I built where you can test out the API calls in your browser before using your SDK to connect to the API. I've built something similar for other SDKs (Telegram, Shopify and LinkedIn) and gotten feedback that it was pretty useful. If anything, let me know what you think and if you have any feedback. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6ef5ef9..c4ce569 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ wolfram [![Build Status](https://travis-ci.org/strax/node-wolfram.svg?branch=master)](https://travis-ci.org/strax/node-wolfram) +[![API Testing](https://img.shields.io/badge/API%20Test-RapidAPI-blue.svg)](https://rapidapi.com/package/WolframAlpha/functions?utm_source=WolframAlphaGithub&utm_medium=button&utm_content=Vender_Github) ================================================= Wolfram is a simple Wolfram|Alpha API wrapper for Node.js with support for both plaintext and image results.