-
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add readme for get-works [skip ci]
- Loading branch information
Showing
4 changed files
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
<h1 align="center">get-works</h1> | ||
<p> | ||
<img alt="Version" src="https://img.shields.io/badge/version-1.0.0-blue.svg?cacheSeconds=2592000" /> | ||
<a href="#" target="_blank"> | ||
<img alt="License: Apache--2.0" src="https://img.shields.io/badge/License-Apache--2.0-yellow.svg" /> | ||
</a> | ||
</p> | ||
|
||
> Check if the GET request for the given URL works | ||
## Install | ||
|
||
```sh | ||
npm install --save get-works | ||
``` | ||
|
||
## Usage | ||
|
||
<!-- INSERT GENERATED DOCS START --> | ||
|
||
### `getWorks` (function) | ||
|
||
Check if the GET request for the given URL works | ||
|
||
**Parameters:** | ||
|
||
- url (`string`) - The given URL | ||
|
||
**returns:** Promise<boolean> | ||
|
||
<!-- INSERT GENERATED DOCS END --> | ||
|
||
## 🤝 Contributing | ||
|
||
You can sponsor my work here: | ||
|
||
https://github.com/sponsors/aminya | ||
|
||
Pull requests, issues and feature requests are welcome. | ||
See the [Contributing guide](https://github.com/aminya/setup-cpp/blob/master/CONTRIBUTING.md). |
File renamed without changes.
File renamed without changes.
File renamed without changes.