Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
avigoldman committed Oct 25, 2021
2 parents 4917d32 + d81236a commit 356f4b2
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Can I email data…

caniemail.com provides email clients support tables for HTML and CSS features. This is an npm package that serves the latest caniemail data pulled from the [API](https://www.caniemail.com/api/data.json). The package is automatically published whenever there is an update to the data.

## Install

```sh
npm i caniemail
```

## Usage

```js
const caniemail = require("caniemail");

console.log(caniemail.nicenames);
// => "family": { "gmail": "Gmail", "outlook": "Outlook",...
```

## Credits

Can I email is an amazing project by [@HTeuMeuLeu](https://twitter.com/HTeuMeuLeu) and the team at [Tilt Studio](https://www.tilt-studio.fr/).

0 comments on commit 356f4b2

Please sign in to comment.