Fetches public player profile Counter Strike items.
We have a live version at Heroku.
These instructions will get you a copy of the project up and running on your local machine for development purposes. See deployment for notes on how to deploy the project on a live system.
- Ruby 3.2.2
- Bundler 2.4.10
$ gem install bundler
To get it running localy, start by cloning this repository and then at the root folder run the following commands to install dependencies and start a development server.
$ bundle install
$ rackup
You can now access the local version at http://localhost:9292/
.
Can be deployed directly to herokuapp.com. Simply create a new heroku project and push to the new heroku remote.
Please read CODE_OF_CONDUCT.md for details on our code of conduct. Feel free to open any issue and/or submit a pull request. 😎
- André Varandas - Initial work - André Varandas.
This project is licensed under the MIT License - see the LICENSE file for details.