node-gmail-api | Node module to interact with the gmail api | Runtime Evironment library

 by   SpiderStrategies JavaScript Version: 1.0.1 License: ISC

kandi X-RAY | node-gmail-api Summary

kandi X-RAY | node-gmail-api Summary

node-gmail-api is a JavaScript library typically used in Server, Runtime Evironment, Nodejs applications. node-gmail-api has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can install using 'npm i node-gmail-api' or download it from GitHub, npm.

Node module to interact with the gmail api. Why not the [google official library] Well it does too much and doesn’t implement batching. Which means fetching a bunch of email is insanely painful. This module exposes a function which will query the api searching for messages and hit the google batch api to fetch all the messages that are returned.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              node-gmail-api has a low active ecosystem.
              It has 134 star(s) with 24 fork(s). There are 18 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 8 open issues and 20 have been closed. On average issues are closed in 44 days. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of node-gmail-api is 1.0.1

            kandi-Quality Quality

              node-gmail-api has no bugs reported.

            kandi-Security Security

              node-gmail-api has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              node-gmail-api is licensed under the ISC License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              node-gmail-api releases are not available. You will need to build from source code and install.
              Deployable package is available in npm.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of node-gmail-api
            Get all kandi verified functions for this library.

            node-gmail-api Key Features

            No Key Features are available at this moment for node-gmail-api.

            node-gmail-api Examples and Code Snippets

            No Code Snippets are available at this moment for node-gmail-api.

            Community Discussions

            Trending Discussions on node-gmail-api

            QUESTION

            How should I build this app over communcation apps?
            Asked 2021-Feb-24 at 22:37

            These days I am finding myself in the position of having to implement for one of my college courses a system that should act as a giant wrapper over many communications apps like Gmail , Facebook Messenger maybe even WhatsApp .To put it simply you should have a giant web interface where you can authorize Gmail , Messenger and use them at once when required. I am thinking of going with an REST API to manage the user's services authorized by OAuth2.Also I am thinking of using Node.JS and Express.js in the backend and React.js in the frontend. I found some sweet libraries in npm that should take care of interacting with the involved APIs(https://www.npmjs.com/package/node-gmail-api this one for instance), but I am also doubtful about this approach , for example I have no idea how to keep the use notified about its incoming mails or messages for example . I am in dire need of some expertise since I forgot to mention but I am quite the newbie in this field. To sum it up for once my question is how would you implement such an infrastructure ? Is it my approach viable or I am bound to hit some really hard to overcome obstacles?

            ...

            ANSWER

            Answered 2021-Feb-24 at 22:37

            As a college exercise, it would be a really fun experiment, so it definitely worth the time you want to put into it. However, once you want to add more features, the complexity will go up pretty fast.

            Here are a couple of ideas you can think of:

            • It's pretty clear that your system can't do more things than the capabilities exposed by the APIs of communication apps (e.g. you can't have notifications in gmail if the API doesn't have this capability).
            • For that reason, you should carefully study the APIs and what functionalities they expose. They have public docs that you can check out: (Gmail API, Facebook Messanger API)
            • Some of the apps you want to communicate with may not have an official API (e.g. WhatsApp) - those kinds of details you definitely want to know from the start.
            • Based on the analysis of those APIs, you should lay out a list of requirements for your system, which can be extracted from all the APIs, for example: message notifications, file transfers, user profiles, etc.
            • In this way, you know exactly what capabilities your system should have, and you don't end up implementing a feature that is available only in 1 API out of 4.
            • Also, it would be a bit challenging to design your system from a user perspective, because the apps have different usage patterns - chat apps, where messages are coming in real-time, vs email, which is not real-time communication. That's just a detail anyway, the gist of your project is to play with those APIs.

            Also, it may worth checking out the Gateway Aggergation Pattern, which is related to this project - you may want the user to send a message to multiple apps, by using a single request to your service.

            Source https://stackoverflow.com/questions/66348875

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install node-gmail-api

            You can install using 'npm i node-gmail-api' or download it from GitHub, npm.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            Install
          • npm

            npm i node-gmail-api

          • CLONE
          • HTTPS

            https://github.com/SpiderStrategies/node-gmail-api.git

          • CLI

            gh repo clone SpiderStrategies/node-gmail-api

          • sshUrl

            git@github.com:SpiderStrategies/node-gmail-api.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link