Skip to content

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

License

Notifications You must be signed in to change notification settings

peerasak-u/reading-gmail

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%