Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 436 Bytes

README.md

File metadata and controls

33 lines (26 loc) · 436 Bytes

Assignment

Assignment Challenge

Description

Gather data on a specific path, such as a walking route. Following a path of characters and collecting letters.

Results are written in the console.

Installing

1. git clone {repo}
2. npm i
3. npm run build

Executing program

  • To run the assignment result:
npm run assignment
  • To run test cases:
npm run tests
  • To run dev mode:
nodemon