Skip to content

Commit

Permalink
docs: add readme for get-works [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Aug 8, 2022
1 parent 4d3cf92 commit 1df74e7
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions packages/get-works/README.md
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.

0 comments on commit 1df74e7

Please sign in to comment.