RoQuery is a CLI program utilizing the noblox.js library to enhance username searching for Roblox.
- Install Node.JS via the instructions on their website. First, check that you have not previously installed it by running:
$ node -v
- Clone the repository via git:
$ git clone https://github.com/csokolove/RoQuery
$ cd RoQuery
- Install all the required libraries:
$ npm install
- Ensure the project runs by entering:
$ node .
If you want to be able to access this program globally, continue below 4. Run the following in the root path of RoQuery:
$ npm install -g
- Now by simply running
$ RoQuery
anywhere on your computer, the program will run.
Contributions are welcome via Pull Requests (PR). If you wish to contribute, please fork this project and then PR across forks.
MIT license