0.0.1 • Published 3 months ago

@letitapp/js-api v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

LetItApp JS API Library

Welcome to the LetItApp JS API Library! This library provides a convenient way to interact with the LetItApp API, allowing seamless integration of notifications into your JS applications.

Features

  • Create, update, and delete notifications.
  • Retrieve lists and details of notifications.
  • Send notifications instantly.

Getting Started

To get started, make sure you have your LetItApp API key. You can obtain it from your account.

// Example Usage
let apiKey = 'YOUR_API_KEY';
let letItAppApi = new LetItAppApi(apiKey);

// Use the various methods to interact with the LetItApp API
// ...

Documentation

For detailed information on how to use the library and available API endpoints, refer to our Apiary Documentation.

Installation with NPM

You can install the LetItApp JS API Library using NPM. Run the following command in your project's root directory:

npm i @letitapp/js-api

Generating documentation

Documentation is written in JSDoc syntax, for generating documentation use prepared script:

npm run docs

Issues and Contributions

If you encounter any issues or have suggestions for improvement, please feel free to open an issue. Contributions are always welcome!

0.0.1

3 months ago