/CSGO-Player-Inventory

Sinatra app that shows Counter Strike Go player inventory.

Primary LanguageSCSSMIT LicenseMIT

CSGO Player Inventory

Fetches public player profile Counter Strike items.

We have a live version at Heroku.

Getting Started

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.

Prerequisites

  • Ruby 3.2.2
  • Bundler 2.4.10
$ gem install bundler

Installing

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/.

Deployment

Can be deployed directly to herokuapp.com. Simply create a new heroku project and push to the new heroku remote.

Built With

  • Sinatra - The web framework used
  • RubyGems - Dependency Management
  • Sass - CSS with superpowers

Contributing

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. 😎

Authors

License

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