Skip to content

fmmendo/hackernews-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hackernews-cli

A command line utility that pulls the top posts.

How to run

Pre-requisites

hackernews was built in .net core 2.1, therefore .net core will need to be install, version 2.1 or higher which can be found here

Building and running the code

  • Navigate to the solution folder, open a command line and run dotnet build
  • To run the code from the framwork, run dotnet run -- --posts <p> (the first -- escapes args sent to the dotnet runtime)
  • Alternatively, build an executable by running dotnet publish -c Release -r <rid>, then navigate to build directory and run hackernews --posts <p> (RIDs can be found here

Libraries used

Other considerations

  • Unit Tests aren't exhaustive, but cover the general functionality of the code and (hopefully) illustrate logic behind a more complete coverage.

About

A command line utility that pulls the top posts.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages