This sample repo will show you how to easily do X with Nylas.
- Add System dependencies
You'll need the following values from the Nylas Dashboard:
ACCESS_TOKEN = ""
CLIENT_ID = ""
CLIENT_SECRET = ""
Add the above values to a .env
file.
The .env
file is added to .gitignore
. Ensure to store these values securely.
[replace with install steps]
$ npm i
The recommended way to use this sample is ...
You can also clone the repository ...
You'll find more detailed instructions ...
If you found a bug or want to suggest a new [feature/use case/sample], please file an issue.
Visit our Nylas documentation to learn more.