Skip to content

Commit

Permalink
Sponsorship and New Logo
Browse files Browse the repository at this point in the history
Closes #75

Added new logo file and updated README
Added sponsorship link as well
  • Loading branch information
arb committed May 14, 2018
1 parent 86119b7 commit 77afb87
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 6 deletions.
20 changes: 17 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,25 @@
![Celebrate](https://github.com/continuationlabs/celebrate/raw/master/images/logo.png)

<sub>Logo design by [email protected]</sub>
[![celebrate](https://github.com/arb/celebrate/raw/master/images/logo.svg?sanitize=1)](https://www.npmjs.org/package/celebrate)

[![Current Version](https://img.shields.io/npm/v/celebrate.svg)](https://www.npmjs.org/package/celebrate)
[![Build Status](https://travis-ci.org/arb/celebrate.svg?branch=master)](https://travis-ci.org/arb/celebrate)
[![airbnb-style](https://img.shields.io/badge/eslint-airbnb-4B32C3.svg)](https://github.com/airbnb/javascript)

<table>
<tbody>
<tr>
<td>Sponsored by</td>
<td>
<a href="https://github.com/webflow/">
<img
height="100"
src="https://github.com/arb/celebrate/raw/master/images/webflow-logo-blue.svg?sanitize=1"
alt="Webflow"
/>
</a>
</td>
</tr>
</tbody>
</table>

`celebrate` is an express middleware function that wraps the [joi](https://github.com/hapijs/joi/tree/v12.0.0) validation library. This allows you to use this middleware in any single route, or globally, and ensure that all of your inputs are correct before any handler function. The middleware allows you to validate `req.params`, `req.headers`, `req.query` and `req.body` (provided you are using `body-parser`).

Expand Down
1 change: 1 addition & 0 deletions images/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/[email protected]
Binary file not shown.
26 changes: 26 additions & 0 deletions images/webflow-logo-blue.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = {
branches: 100,
functions: 100,
lines: 100,
statements: 100
}
}
statements: 100,
},
},
};

0 comments on commit 77afb87

Please sign in to comment.