A Ruby program for analyzing software technology trends from Hacker News whoishiring posts. Created by Ryan Williams (@ryanwi)
This is a personal development project. You are welcome to use, modify, etc. and I welcome any feedback or questions.
- Ruby (3.0+)
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)
This project is licensed under the MIT License - see the LICENSE.md file for details
Ryan Williams