jhonywalkeer / reading-gmail

Reading emails from Gmail provider using Node.js along with Google API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Icon Repo

💻 Project summary

Reading emails from Gmail provider using Node.js along with Google API (study only).

🛠 Technologies

Project was built using Node.js and the following dependencies:

  • Axios - It is an HTTP client based on Promises for making requests. It can be used on both the front-end and the back-end.

  • Dotenv - Is a zero-dependency module that loads environment variables

  • qs - A querystring parsing and stringifying library with some added security.

🔨 Local Installation

You need Node.js version 10 or higher, but if you want to use Yarn you can also just have it on your computer to continue.

git clone https://github.com/jhonywalkeer/reading-gmail.git

$ cd reading-gmail
$ npm install or yarn install

And now to buil our project just run the following command:

$ cd reading-gmail
$ npm dev or yarn dev

Answer will be displayed on the terminal

📖 License

This project is under license from MIT. See the LICENSE file for more details.

About

Reading emails from Gmail provider using Node.js along with Google API

License:MIT License


Languages

Language:JavaScript 100.0%