https://github.com/andrevarandas/csgo-player-inventory
Sinatra app that shows Counter Strike Go player inventory.
https://github.com/andrevarandas/csgo-player-inventory
counter-strike counter-strike-global-offensive csgo csgo-inventory csgo-items inventory-app steam-inventory
Last synced: about 2 months ago
JSON representation
Sinatra app that shows Counter Strike Go player inventory.
- Host: GitHub
- URL: https://github.com/andrevarandas/csgo-player-inventory
- Owner: AndreVarandas
- License: mit
- Created: 2018-04-08T22:19:16.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-02-29T01:18:10.000Z (about 1 year ago)
- Last Synced: 2025-02-10T11:11:16.987Z (4 months ago)
- Topics: counter-strike, counter-strike-global-offensive, csgo, csgo-inventory, csgo-items, inventory-app, steam-inventory
- Language: SCSS
- Homepage: https://csgo-inventory-items.herokuapp.com/home
- Size: 447 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# CSGO Player Inventory
Fetches public player profile Counter Strike items.
We have a live version at [Heroku](http://csgo-inventory-items.herokuapp.com/).
## 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](http://sinatrarb.com/) - The web framework used
- [RubyGems](https://rubygems.org/) - Dependency Management
- [Sass](https://sass-lang.com/) - CSS with superpowers## Contributing
Please read [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md) for details on our code of conduct. Feel free to open any issue and/or submit a pull request. 😎
## Authors
- **André Varandas** - _Initial work_ - [André Varandas](https://github.com/AndreVarandas).
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.