List of commits:
Subject Hash Author Date (UTC)
Added Climacell public API (#669) 376dfd1c5d5f1968a892695b392a6ae7a5abe6a4 roughley 2018-06-10 12:33:35
Fixed Twitter information (#690) ba114612b0dc83a23061550c30b6bfd440bcf4a2 Andy Piper 2018-06-10 12:32:35
add License-API (#687) a6b5fab00c2b137383f6c73ace554b132d7e6495 Corey McCandless 2018-06-10 12:23:35
Add Penguin Publishing (#686) 207eee0dcf8581712d4d2ba8937db5246477befa Jerry Muzsik 2018-06-10 12:22:05
adds genrenator (#684) 005943ddab8350ccb3066cfb5f92bd76598965a1 Gary Kovar 2018-06-10 12:18:43
Remove BreweryDB b1332b41544b6350aa0d1ea2a548d91faecdd814 Dave Machado 2018-05-31 19:22:52
Remove MailTest 33c5608c857f15eb3cd39e825d0a3fa3e7dd5371 Dave Machado 2018-05-31 19:21:35
Adding SecurityTrails (#679) 612d1d1320838acd42df155b2cda082cde31c389 IAMONSYS GmbH 2018-05-31 19:16:29
Add Ticksel (#678) 82b2190c32c600baebf32448df8a804f8a028c63 alcalbg 2018-05-31 19:14:52
Jikan API - Website + Description update (#665) 80317b75dac1aa5419b9860dc80305faa71be4da Irfan 2018-05-22 20:21:17
Added Cloudmersive Document and Data Conversion (#667) d61a1c1f538d086563ad5e19c605c7c730de1a2f Cloudmersive 2018-05-22 20:10:49
Update README.md (#674) 06d0dde5dc067ebf202bb65a8a466eeed329eca4 Travis-Owens 2018-05-21 06:01:08
Change WordNik API auth status to apiKey (#668) 424af59a0163d8a2a77d938a0c3536b490fc371f Jonathan Reeve 2018-05-20 17:01:02
Renamed FreeGeoIP to ipstack e38e13cd5c367fbe7bc65e6edc67e60c00a8de16 Luca Crea 2018-05-20 12:15:12
Removed Wunderground from the list 911b11c8051b67884186cfe9e13690fd473ab54d Josh Byster 2018-05-19 09:19:32
Update Fixer.io Auth to apiKey 0274029d96e966e2766b78b35928b9273f76a592 Dave Machado 2018-05-06 23:01:59
Add check for duplicate links 2f4a80bf7ba87a8aa11975ac94b5cd78964a296f davemachado 2018-05-06 22:53:12
Add Livecoin to README fa7cc75be64cb394cfbd4b59f52637faba7629fb Abhinav Kasamsetty 2018-05-05 21:52:45
Ergast F1 API now supports https 98b1702a2b878f70e47dd5e8cf37f2ea261ab61f Amit Dhamu 2018-05-02 13:56:57
Update Cloudmersive Description 6c78533479bb18dd128cc0c5c2bd9e41d3cd08e3 Dave Machado 2018-04-30 02:40:24
Commit 376dfd1c5d5f1968a892695b392a6ae7a5abe6a4 - Added Climacell public API (#669)
* Added Climacell public API

* removed API from name
Author: roughley
Author date (UTC): 2018-06-10 12:33
Committer name: Dave Machado
Committer date (UTC): 2018-06-10 12:33
Parent(s): ba114612b0dc83a23061550c30b6bfd440bcf4a2
Signer:
Signing key:
Signing status: N
Tree: d277755ae6f0742448a322c5f4c5ddf345eebe6b
File Lines added Lines deleted
README.md 1 0
File README.md changed (mode: 100644) (index 9cee845..324d21a)
... ... API | Description | Auth | HTTPS | CORS | Link |
772 772 ### Weather ### Weather
773 773 API | Description | Auth | HTTPS | CORS | Link | API | Description | Auth | HTTPS | CORS | Link |
774 774 |---|---|---|---|---|---| |---|---|---|---|---|---|
775 | ClimaCell Micro Weather | Historical, real-time, and nowcast weather data | `apiKey` | Yes | Yes | [Go!](https://developer.climacell.co) |
775 776 | Dark Sky | Weather | `apiKey` | Yes | No | [Go!](https://darksky.net/dev/) | | Dark Sky | Weather | `apiKey` | Yes | No | [Go!](https://darksky.net/dev/) |
776 777 | MetaWeather | Weather | No | Yes | No | [Go!](https://www.metaweather.com/api/) | | MetaWeather | Weather | No | Yes | No | [Go!](https://www.metaweather.com/api/) |
777 778 | ODWeather | Weather and weather webcams | No | No | Unknown | [Go!](http://api.oceandrivers.com/static/docs.html) | | ODWeather | Weather and weather webcams | No | No | Unknown | [Go!](http://api.oceandrivers.com/static/docs.html) |
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