/RoQuery

A CLI Program created to enhance username availability searches on Roblox.

Primary LanguageJavaScriptMIT LicenseMIT

RoQuery

RoQuery is a CLI program utilizing the noblox.js library to enhance username searching for Roblox.

Cloning

Install dependencies

  • Install Node.JS via the instructions on their website. First, check that you have not previously installed it by running:
$ node -v

Build Project

  1. Clone the repository via git:
$ git clone https://github.com/csokolove/RoQuery
$ cd RoQuery
  1. Install all the required libraries:
$ npm install
  1. 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
  1. Now by simply running
$ RoQuery

anywhere on your computer, the program will run.

Contributing

Contributions are welcome via Pull Requests (PR). If you wish to contribute, please fork this project and then PR across forks.

License

MIT license