Reading emails from Gmail provider using Node.js along with Google API (study only).
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.
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
This project is under license from MIT. See the LICENSE file for more details.