Skip to content

Commit

Permalink
Merge branch 'main' of github.com:openpeep/valido
Browse files Browse the repository at this point in the history
  • Loading branch information
georgelemon committed Aug 23, 2023
2 parents 0ce88e2 + b00bab6 commit 5241af5
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 7 deletions.
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2023 OpenPeeps

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<img src="https://github.com/openpeep/valido/blob/main/.github/logo.png" width="64px"><br>
<img src="https://github.com/openpeeps/valido/blob/main/.github/logo.png" width="64px"><br>
A library of string validators and sanitizers.<br>πŸ‘‘ Written in Nim language
</p>

Expand All @@ -8,8 +8,8 @@
</p>

<p align="center">
<a href="https://openpeep.github.io/valido/">API reference</a><br>
<img src="https://github.com/openpeep/valido/workflows/test/badge.svg" alt="Github Actions"> <img src="https://github.com/openpeep/valido/workflows/docs/badge.svg" alt="Github Actions">
<a href="https://openpeeps.github.io/valido/">API reference</a><br>
<img src="https://github.com/openpeeps/valido/workflows/test/badge.svg" alt="Github Actions"> <img src="https://github.com/openpeeps/valido/workflows/docs/badge.svg" alt="Github Actions">
</p>

## 😍 Key Features
Expand Down Expand Up @@ -50,11 +50,11 @@ about all `countries`, `currency`, `languages`, `phone` codes/prefixes/length, `
`todo` Enable IBAN validation by passing `-d:validoSwiftCodes`

### ❀ Contributions & Support
- πŸ› Found a bug? [Create a new Issue](https://github.com/openpeep/valido/issues)
- πŸ‘‹ Wanna help? [Fork it!](https://github.com/openpeep/valido/fork)
- πŸ› Found a bug? [Create a new Issue](https://github.com/openpeeps/valido/issues)
- πŸ‘‹ Wanna help? [Fork it!](https://github.com/openpeeps/valido/fork)
- 😎 [Get €20 in cloud credits from Hetzner](https://hetzner.cloud/?ref=Hm0mYGM9NxZ4)
- πŸ₯° [Donate via PayPal address](https://www.paypal.com/donate/?hosted_button_id=RJK3ZTDWPL55C)

### 🎩 License
Valido | MIT license. [Made by Humans from OpenPeep](https://github.com/openpeep).<br>
Copyright &copy; 2023 OpenPeep & Contributors &mdash; All rights reserved.
Valido | MIT license. [Made by Humans from OpenPeeps](https://github.com/openpeeps).<br>
Copyright &copy; 2023 OpenPeeps & Contributors &mdash; All rights reserved.

0 comments on commit 5241af5

Please sign in to comment.