Skip to content

Commit 865a2f3

Browse files
committed
Fix: nylas logo
1 parent 831e1b7 commit 865a2f3

File tree

2 files changed

+35
-9
lines changed

2 files changed

+35
-9
lines changed

README.md

Lines changed: 35 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,38 @@
1-
<a href="https://www.nylas.com/">
2-
<img src="https://brand.nylas.com/assets/downloads/logo_horizontal_png/Nylas-Logo-Horizontal-Blue_.png" alt="Aimeos logo" title="Aimeos" align="right" height="60" />
3-
</a>
4-
5-
# Nylas Node.js SDK
6-
7-
[![npm](https://img.shields.io/npm/v/nylas)
8-
](https://www.npmjs.com/package/nylas)
9-
[![codecov](https://codecov.io/gh/nylas/nylas-nodejs/branch/main/graph/badge.svg?token=94IMGU4F09)](https://codecov.io/gh/nylas/nylas-nodejs)
1+
<div align="center">
2+
<a href="https://www.nylas.com/">
3+
<img src="/diagrams/nylas-logo.png" alt="Nylas" height="80" />
4+
</a>
5+
6+
<h1>Nylas Node.js SDK</h1>
7+
8+
<p>
9+
<strong>The official Node.js SDK for the Nylas Communications Platform</strong>
10+
</p>
11+
12+
<p>
13+
<a href="https://www.npmjs.com/package/nylas" style="text-decoration: none">
14+
<img src="https://img.shields.io/npm/v/nylas" alt="npm version" />
15+
</a>
16+
<a href="https://codecov.io/gh/nylas/nylas-nodejs" style="text-decoration: none">
17+
<img src="https://codecov.io/gh/nylas/nylas-nodejs/branch/main/graph/badge.svg?token=94IMGU4F09" alt="code coverage" />
18+
</a>
19+
<a href="https://www.npmjs.com/package/nylas" style="text-decoration: none">
20+
<img src="https://img.shields.io/npm/dm/nylas" alt="downloads" />
21+
</a>
22+
<a href="LICENSE.txt" style="text-decoration: none">
23+
<img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="license" />
24+
</a>
25+
</p>
26+
27+
<p>
28+
<a href="https://developer.nylas.com/docs/v3/sdks/node/">📖 Documentation</a> •
29+
<a href="https://dashboard.nylas.com/register">🚀 Get Started</a> •
30+
<a href="https://github.com/orgs/nylas-samples/repositories?q=&type=all&language=javascript">💡 Examples</a> •
31+
<a href="https://developer.nylas.com/docs/api/">📚 API Reference</a>
32+
</p>
33+
</div>
34+
35+
<br />
1036

1137
This is the GitHub repository for the Nylas Node SDK. This repo is primarily for anyone who wants to make contributions to the SDK, or install it from source. If you are looking to use Node to access the Nylas Email, Calendar, or Contacts API you should refer to our official [Node SDK Quickstart Guide](https://developer.nylas.com/docs/developer-tools/sdk/node-sdk/).
1238

diagrams/nylas-logo.png

24.4 KB
Loading

0 commit comments

Comments
 (0)