Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 1.22 KB

README.md

File metadata and controls

49 lines (31 loc) · 1.22 KB

CI codecov

Hacker News (HN) Hiring Trends

A Ruby program for analyzing software technology trends from Hacker News whoishiring posts. Created by Ryan Williams (@ryanwi)

Warnings/Disclaimer

This is a personal development project. You are welcome to use, modify, etc. and I welcome any feedback or questions.

Requirements

  • Ruby (3.0+)

Usage

From the command line, launch the program's console with the following command:

bin/hiringtrends

To launch an interactive console

bin/console

In the console, run the program with the following command:

hn = run_program(item_id)

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Author

Ryan Williams