Skip to content

Commit 18e4f3c

Browse files
committed
Adding LICENSE and updating README.md.
1 parent 2a976ae commit 18e4f3c

3 files changed

Lines changed: 51 additions & 4 deletions

File tree

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2024 Testainers
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 29 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
1-
# check
2-
3-
Introducing "Check," our CLI HTTP Request tool engineered to simplify and
1+
<h1>
2+
<img src="https://testainers.com/assets/assets/images/testainers-80.png" alt="Testainers" title="Testainers">
3+
check
4+
</h1>
5+
6+
[![Build With Love](https://img.shields.io/badge/%20built%20with-%20%E2%9D%A4-ff69b4.svg)](https://github.com/testainers/check/stargazers)
7+
[![Version](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fapi.github.com%2Frepos%2Ftestainers%2Fcheck%2Freleases%2Flatest&query=name&label=version&color=orange)](https://github.com/testainers/check/releases/latest)
8+
[![Licence](https://img.shields.io/github/license/testainers/check?color=blue)](https://github.com/testainers/check/blob/main/LICENSE)
9+
[![Build](https://img.shields.io/github/actions/workflow/status/testainers/check/main.yml?branch=main)](https://github.com/testainers/check/releases/latest)
10+
[![Coverage Report](https://img.shields.io/badge/coverage-report-C08EA1)](https://testainers.github.io/check/coverage/)
11+
12+
Introducing "Check", our CLI HTTP Request tool engineered to simplify and
413
expedite your web interactions. With its user-friendly commands and
514
comprehensive features, Check empowers users to seamlessly navigate HTTP
615
requests for tasks like API testing, data retrieval, and web development. Say
@@ -9,6 +18,23 @@ usability without sacrificing functionality. Whether you're a seasoned developer
918
or just dipping your toes into web technologies, Check is your dependable
1019
companion for confidently mastering the intricacies of web requests.
1120

21+
## Funding
22+
23+
Your contribution will help drive the development of quality tools for the
24+
Flutter and Dart developer community. Any amount will be appreciated.
25+
Thank you for your continued support!
26+
27+
[![BuyMeACoffee](https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg)](https://www.buymeacoffee.com/edufolly)
28+
29+
## PIX
30+
31+
Sua contribuição ajudará a impulsionar o desenvolvimento de ferramentas de
32+
qualidade para a comunidade de desenvolvedores Flutter e Dart. Qualquer quantia
33+
será apreciada.
34+
Obrigado pelo seu apoio contínuo!
35+
36+
[![PIX](helpers/pix.png)](https://nubank.com.br/pagar/2bt2q/RBr4Szfuwr)
37+
1238
## Examples
1339

1440
Check http://localhost:8080 with GET method.

bin/check.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import 'package:http/http.dart';
55

66
import 'returned_data.dart';
77

8-
const String version = '0.0.2';
8+
const String version = '0.0.3';
99

1010
///
1111
///

0 commit comments

Comments
 (0)