All Projects â†’ jackmahoney â†’ emaile2e-javascript-client

jackmahoney / emaile2e-javascript-client

Licence: other
Test email integration with your app using MailSlurp

Programming Languages

typescript
32286 projects
shell
77523 projects
javascript
184084 projects - #8 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to emaile2e-javascript-client

Sketchtoswift
📲 Generate Swift from Sketch
Stars: ✭ 251 (+1692.86%)
Mutual labels:  integration
Wmail
The missing desktop client for Gmail & Google Inbox
Stars: ✭ 2,093 (+14850%)
Mutual labels:  inbox
ha-birthdays
Birthday integration for HomeAssistant
Stars: ✭ 14 (+0%)
Mutual labels:  integration
inbox-by-gmail-checker
Displays the number of unread messages in Inbox by Gmail. You can also click the button to open your inbox.
Stars: ✭ 66 (+371.43%)
Mutual labels:  inbox
Octobox
📮Untangle your GitHub Notifications
Stars: ✭ 4,137 (+29450%)
Mutual labels:  inbox
nexus-platform-plugin
Nexus Platform Plugin for Jenkins
Stars: ✭ 25 (+78.57%)
Mutual labels:  integration
Camel Cookbook Examples
Example source code for Apache Camel Developer's Cookbook
Stars: ✭ 232 (+1557.14%)
Mutual labels:  integration
taskcluster-github
Integrate Taskcluster with Github.
Stars: ✭ 13 (-7.14%)
Mutual labels:  integration
Inboxrecyclerview
Build expandable descendant navigation, inspired by Google Inbox
Stars: ✭ 1,953 (+13850%)
Mutual labels:  inbox
home assistant omnik solar
Home Assistant Omnik Solar sensor component
Stars: ✭ 15 (+7.14%)
Mutual labels:  integration
camel-bindy-example
camel Bindy Example
Stars: ✭ 13 (-7.14%)
Mutual labels:  inbox
n1-agapanthus
Nylas N1 theme, inspired on Inbox by Google and based on Taiga.
Stars: ✭ 28 (+100%)
Mutual labels:  inbox
CSGSI
A simple C# library to interface with Counter-Strike: Global Offensive's Game State Integration
Stars: ✭ 124 (+785.71%)
Mutual labels:  integration
wring
Smart Inbox for GitHub Notifications
Stars: ✭ 28 (+100%)
Mutual labels:  inbox
inbox-notifier
Gmail notifications instantly in the Windows taskbar
Stars: ✭ 55 (+292.86%)
Mutual labels:  inbox
Onlyoffice Owncloud
The app which enables the users to edit office documents from ownCloud/Nextcloud using ONLYOFFICE Document Server, allows multiple users to collaborate in real time and to save back those changes to ownCloud/Nextcloud
Stars: ✭ 237 (+1592.86%)
Mutual labels:  integration
trello-habitica
Keep in sync your Trello cards with Habitica
Stars: ✭ 32 (+128.57%)
Mutual labels:  integration
extensions
Code Generators and Extensions for vanilla-rtb stack
Stars: ✭ 16 (+14.29%)
Mutual labels:  integration
fem mesh matlab
MATLAB Toolbox for Handling 2D and 3D FEM Meshes
Stars: ✭ 23 (+64.29%)
Mutual labels:  integration
DahuaVTO
Control Dahua VTO/VTH devices from Home Assistant
Stars: ✭ 98 (+600%)
Mutual labels:  integration

[email protected]

This generator creates TypeScript/JavaScript client that utilizes Fetch API. The generated Node module can be used in the following environments:

Environment

  • Node.js
  • Webpack
  • Browserify

Language level

  • ES5 - you must have a Promises/A+ library installed
  • ES6

Module system

  • CommonJS
  • ES6 module system

It can be used in both TypeScript and JavaScript. In TypeScript, the definition should be automatically resolved via package.json. (Reference)

Building

To build an compile the typescript sources to javascript use:

npm install
npm run build

Publishing

First build the package then run npm publish

Consuming

navigate to the folder of your consuming project and run one of the following commands.

published:

npm install [email protected] --save

unPublished (not recommended):

npm install PATH_TO_GENERATED_PACKAGE --save
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].