List of commits:
Subject Hash Author Date (UTC)
mac address vendor lookup api added (#807) b4160f39bbeae0aba849fd6eef88837afea9dd04 fooisnotbar 2018-11-09 03:33:52
Add Postman APIs (#805) d6a6dd30721075438744e0c9f2210161f6f4a82b s-nirali 2018-11-09 03:28:59
Mixcloud Accepts CORS (#800) 664a405c4004cf8eea0446c8740992f29e95c26f Grey 2018-10-31 17:25:13
Added information on the Gemini API (#797) 5ba575cb9b02229cc3d6eac83e00440385e0d5c7 Denny Cao 2018-10-31 17:20:25
Add coinpaprika API (#796) a6305e1b4c16e28c115b0b25e7a582b530e33a3f Wojciech Rybicki 2018-10-31 17:19:42
change auth for cats api (#795) 5b79de467b6b9bcb1b4d80d192d3fa109f29f1b7 Juri Strumpflohner 2018-10-31 17:18:56
adding Merriam-Webster dictionary & thesaurus data (#794) 02a01518d542b6946b69b21fe24c661c021ba13c jtdewitt 2018-10-31 17:18:41
Updated Transport for Boston, US (#793) 57ec644665f74e023cfea5d4945069059357dbee Ryan J. Dumais 2018-10-19 20:45:49
Add cats facts and advice generator APIs (#778) 0cff85e91214e94a36a06ff36bb115e21b5f145c Niko Solihin 2018-10-19 00:46:03
Add Pusher's Beam Api (#791) 708ca5259b69940beee866769e8f18d7281ec762 Naveen 2018-10-19 00:44:50
Update Eve Online URL a0865ddb4aac362dd68d727cb7186e2de20970b9 Naveen 2018-10-17 14:01:27
Updated CONTRIBUTING.md e4bc45e96d4b76dd4bfc8f07a070f710752c56ad gitoct 2018-10-16 04:49:51
Correct the format for IBM Text to Speech b3498893c27f78b854a004fb87fb4ef278adb004 Naveen 2018-10-16 16:06:36
Remove Registered sign 01aa492c0ce5c3430d18b8a88dc706ff19d25c06 Naveen 2018-10-16 08:00:48
Add IBM's Text to Speech API 80d85232ef9b9503c18b220afca58df4387d4214 Naveen 2018-10-16 07:59:39
Remove Kairos Api c007e7174054b397f1b0958b628087485b5a9a4c Naveen 2018-10-16 07:32:56
Added SoundCloud API 3948520216cb4ffe0929b7f8ecccfd1ad9dcc78f gitoct 2018-10-16 04:18:42
Many APIs can be used for more than just web development (#785) 10153bffe980cf7ab6d44ec92f34677181bd79ea James Brooks 2018-10-15 17:52:18
Remove use of Oxford commas (#784) 29f4357d82aa69af78f241323e4983d91d978fd0 James Brooks 2018-10-15 14:44:38
Update README.md 9d4a1154e20958f578f5f19fdae758baf0847ab9 Raymond Camden 2018-10-14 19:05:05
Commit b4160f39bbeae0aba849fd6eef88837afea9dd04 - mac address vendor lookup api added (#807)
Author: fooisnotbar
Author date (UTC): 2018-11-09 03:33
Committer name: Dave Machado
Committer date (UTC): 2018-11-09 03:33
Parent(s): d6a6dd30721075438744e0c9f2210161f6f4a82b
Signer:
Signing key:
Signing status: N
Tree: 264cc4d74cc264dfaea98696d1d8dd11c9127756
File Lines added Lines deleted
README.md 1 0
File README.md changed (mode: 100644) (index e3bcae1..41e2f61)
... ... API | Description | Auth | HTTPS | CORS |
242 242 | [Let's Validate](https://github.com/letsvalidate/api) | Uncovers the technologies used on websites and URL to thumbnail | No | Yes | Unknown | | [Let's Validate](https://github.com/letsvalidate/api) | Uncovers the technologies used on websites and URL to thumbnail | No | Yes | Unknown |
243 243 | [License-API](https://github.com/cmccandless/license-api/blob/master/README.md) | Unofficial REST API for choosealicense.com | No | Yes | No | | [License-API](https://github.com/cmccandless/license-api/blob/master/README.md) | Unofficial REST API for choosealicense.com | No | Yes | No |
244 244 | [LiveEdu](https://www.liveedu.tv/developer/applications/) | Live Coding Streaming | `OAuth` | Yes | Unknown | | [LiveEdu](https://www.liveedu.tv/developer/applications/) | Live Coding Streaming | `OAuth` | Yes | Unknown |
245 | [MAC address vendor lookup](https://macaddress.io) | Retrieve vendor details and other information regarding a given MAC address or an OUI | `apiKey` | Yes | Yes |
245 246 | [Myjson](http://myjson.com/api) | A simple JSON store for your web or mobile app | No | No | Unknown | | [Myjson](http://myjson.com/api) | A simple JSON store for your web or mobile app | No | No | Unknown |
246 247 | [OOPSpam](https://oopspam.com/) | Multiple spam filtering service | No | Yes | Yes | | [OOPSpam](https://oopspam.com/) | Multiple spam filtering service | No | Yes | Yes |
247 248 | [Plino](https://plino.herokuapp.com/) | Spam filtering system | No | Yes | Unknown | | [Plino](https://plino.herokuapp.com/) | Spam filtering system | No | Yes | Unknown |
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/onelispyboi/public-apis

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/onelispyboi/public-apis

Clone this repository using git:
git clone git://git.rocketgit.com/user/onelispyboi/public-apis

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main