From b2891e1356755a0eac8d7885c22ccd4b0b790583 Mon Sep 17 00:00:00 2001 From: PawelBorkar Date: Sat, 10 Apr 2021 12:52:06 +0530 Subject: [PATCH] Move CONTRIBUTING.md to the root folder --- .github/CONTRIBUTING.md => CONTRIBUTING.md | 0 README.md | 11 ++++++++--- 2 files changed, 8 insertions(+), 3 deletions(-) rename .github/CONTRIBUTING.md => CONTRIBUTING.md (100%) diff --git a/.github/CONTRIBUTING.md b/CONTRIBUTING.md similarity index 100% rename from .github/CONTRIBUTING.md rename to CONTRIBUTING.md diff --git a/README.md b/README.md index 0afdf699..f6daf92d 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # Public APIs [![Run tests](https://github.com/public-apis/public-apis/workflows/Run%20tests/badge.svg)](https://github.com/public-apis/public-apis/actions?query=workflow%3A%22Run+tests%22) [![Validate links](https://github.com/public-apis/public-apis/workflows/Validate%20links/badge.svg?branch=master)](https://github.com/public-apis/public-apis/actions?query=workflow%3A%22Validate+links%22) -A collective list of free APIs for use in software and web development. +*A collective list of free APIs for use in software and web development.* A public API for this project can be found [here](https://github.com/davemachado/public-api)! -For information on contributing to this project, please see the [contributing guide](.github/CONTRIBUTING.md). +For information on contributing to this project, please see the [contributing guide](CONTRIBUTING.md). -Please note a passing build status indicates all listed APIs are available since the last update. A failing build status indicates that 1 or more services may be unavailable at the moment. +**NOTE: A passing build status indicates all listed APIs are available since the last update. A failing build status indicates that 1 or more services may be unavailable at the moment.** ## Index @@ -1017,3 +1017,8 @@ API | Description | Auth | HTTPS | CORS | | [weatherstack](https://weatherstack.com/) | Real-Time & Historical World Weather Data API | `apiKey` | Yes | Unknown | **[⬆ Back to Index](#index)** + +
+ +## License +[MIT](LICENSE) \ No newline at end of file