Skip to content

strunberg/resume-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Resume Telnet Server

This is a novel Node.js telnet server that I built to both get my feet wet with Node.js, and to serve my resume. To connect to the server, open up a terminal and enter the following:

telnet resume.zacharyflower.com 2468

Usage

To host your own server, clone this repository and run the server node:

node server.js

Server Commands

Resume / CV

View entire resume.

$ resume

Resume Commands

Achievements

View awards and achievements section.

$ resume achievements
Education

View education section.

$ resume education
Employment

View employment history section.

$ resume employment
Info

View personal information section.

$ resume info
Projects

View personal projects section.

$ resume projects

Help

View help screen.

Exit / Quit

Quit out of the resume.

About

Node.js resume/CV telnet server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%