From 37c9dbc3c6726cbba9916a1ebb1b399d4bb93591 Mon Sep 17 00:00:00 2001 From: timlee0129 <36117067+timlee0129@users.noreply.github.com> Date: Sun, 15 Jan 2023 08:56:36 -0800 Subject: [PATCH] Add Prime Number API (#81) squashing first commit and adding spacing commit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 00cf34a..d294b82 100644 --- a/README.md +++ b/README.md @@ -1422,6 +1422,7 @@ API | Description | Auth | HTTPS | CORS | | [Ocean Facts](https://oceanfacts.herokuapp.com/) | Facts pertaining to the physical science of Oceanography | No | Yes | Unknown | | [Open Notify](http://open-notify.org/Open-Notify-API/) | ISS astronauts, current location, etc| No | No| No| | [Open Science Framework](https://developer.osf.io) | Repository and archive for study designs, research materials, data, manuscripts, etc | No | Yes | Unknown | +| [Prime Number](https://prime-number-api-docs.onrender.com/) | Check if a number(s) is prime, or query a list of prime numbers | No | Yes | Yes | | [Purple Air](https://www2.purpleair.com/)| Real Time Air Quality Monitoring | No | Yes | Unknown | | [Remote Calc](https://github.com/elizabethadegbaju/remotecalc) | Decodes base64 encoding and parses it to return a solution to the calculation in JSON| No | Yes | Yes | | [SHARE](https://share.osf.io/api/v2/)| A free, open, dataset about research and scholarly activities| No | Yes | No|