Skip to content

Twitter-Feed Like Assessment Solution 3 - Object-oriented CLI

Notifications You must be signed in to change notification settings

MostertCoder/feed-cli-oop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

Twitter-Feed Like Assessment Solution 3 - Object-oriented CLI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published