Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 1.59 KB

readme.md

File metadata and controls

47 lines (34 loc) · 1.59 KB

Duffer

What Duffer does?
Want to show case your resume in next level

It could be used for Console Based Resume, when you next time appear for Interview. Well this was the primary focus. This could be also useful for any console based application you want to build for Question and Answer. It shows Questions and their Answers in amazing format in console. "Try It >)"

Why Duffer ?

*** because I love this name ***

Install

 npm install duffer
How to use it for your Console Based Resume
 let demo = require('duffer')
      let resume = require('./res.json'); //provide your custom Json
      let message = 'My Portfolio';
      demo.resumeHandler(resume, message);  
Application is Ready for You. Have a Console Based Resume{feeling cool, right ;)}

Note : Provide Your Json Object for custom use The Json Object should be in Key : JsonArray or Key : Value format (Currently supporting this only) Json Format

{
    "Name":"Duffer",
    "DOB" : "2019",
    "what i can do" : ["No I can't dance",
    "I can show your resume/skills on console"]
}

Try It

let demo = require('duffer');
demo.resumeHandler();  

:)

Happy Coding ;)