vinsdragonis/Drakespeare

Add commands and parsing

Open

#40 opened on Aug 17, 2022

 (0 comments) (0 reactions) (0 assignees)JavaScript (1 fork)auto 404
enhancementgood first issue

Repository metrics

Stars
 (4 stars)
PR merge metrics
 (PR metrics pending)

Description

If the application could parse commands to produce some output, it can be helpful to many users.

For example, $time should return the exact time when the command was parsed.

Some essential commands are:

  • $time returns the current time in the format HH:MM:SS in a 24-hour standard
  • $date returns the current date in the format DD:MM:YYYY
  • $get_profile searches for a user on GitHub and returns their profile in the form of a card along with a link to their GitHub profile
  • $joke returns a randomly generated joke
  • $pun returns a randomly generated pun
  • $quote returns a randomly generated developer quote

Contributor guide