Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 667 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 667 Bytes

Twitter-Like Feed Solution 3: Object-oriented CLI

An Object-oriented CLI program in Node JS to simulate a twitter-like feed.

Assessment Guide Feedback

  • Does the code work? Yes
  • Does the code read well? Yes
  • Does the code handle errors? Yes
  • Is the code unit tested? Yes

How To Run It

This solution makes use of some dependencies:

  • mocha
  • chai
  • dotenv

Run npm install to install these dependencies

Run npm test to make sure the code I wrote thinks the other code I wrote works

Run npm start

Notes

The .env file has not been ignored in the commit as it contains some seriously important values. Don't change those!