Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 1.81 KB

README.md

File metadata and controls

46 lines (35 loc) · 1.81 KB

Mailing-robot · GitHub license GitHub license

Mailing robot is a JavaScript project (with vallina js) To run a sample mail robot, an mail router that can give us an idea of how routing robots work. According to this roadmap, more advanced and useful robots can be created for many purposes. Well, this could be the mastermind of systems that need to navigate the physical world to function properly.

animated

Prerequisties

  • instal npm
  • install node js

installation

first download or clone this project and open it in your code editor and open the terminal and run this line:

npm install

Now just enter the following command in the terminal:

npm start

type of robot

Three robots with three different performance methods:

Type Js file Description
random _randomRobot.js Selects routes randomly
route _routeRobot.js It follows a path that passes through all the places
gps _gpsRobot.js He thinks and then chooses the best route

Contributing

As I use this for my own projects, I know this might not be the perfect approach for all the projects out there. If you have any ideas, just open an issue and tell me what you think.

If you'd like to contribute, please fork the repository and make changes as you'd like. Pull requests are warmly welcome.

Licensing

This project is licensed under MIT license.

Contact