Skip to content

MCL2424/free-email-validator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

free-email-validator

Check an email address's validity in seconds!

Project Summary: A straightforward approach to initiating learning about Node.js and utilizing npm packages (Express.js, Axios, and body-parser) for integrating with a public API.

  1. Make sure you have node.js installed on your computer
    1.1 If you don't have node.js installed you can download it here: https://nodejs.org/en/download
  2. Download the GIT files for this project locally.
  3. Open the files in your code editor (I prefer to use VS Code) and access the terminal from within your code editor.
  4. Run npm init on your terminal - this will create a new file called packaged.json
  5. Open packaged.json and underneath ' "main": "index.js" ', type ' "type": "module" '(to use ECMAScript Modules instead of CJS).
  6. Run $npm i express (for PC) or %npm i express (for Mac) on your terminal
  7. Run $npm i axios (for PC) or %npm i axios (for Mac) on your terminal
  8. Run $npm i ejs (for PC) or %npm i ejs (for Mac) on your terminal
  9. Run node index.js
  10. Open your browser and go to: http://localhost:3000/ to view the API working!

About

Free Email Validator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published