An Object-oriented CLI program in Node JS to simulate a twitter-like feed.
- Does the code work? Yes
- Does the code read well? Yes
- Does the code handle errors? Yes
- Is the code unit tested? Yes
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
The .env file has not been ignored in the commit as it contains some seriously important values. Don't change those!