-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/). |