An Ember 2 web app that utilizes various calls in the Steam API to output interesting data about Steam games, user profiles and user playtime.
Steam Shame is an Ember 2 web app allows a user to search several aspects of the Steam API, such as a User ID search and Game search. On the User Profile page, users can view various statistics about a user's library and playtimes, including charts (using ember-charts) to map the data and display it in interesting and informative ways. On the Game Results page, users can view descriptions of the searched game, as well as news and system requirements.
We do not own the images used in this web app. We own no copyrighted or trademarked material herein. All rights belong to their respective owners.
You will need the following things properly installed on your computer.
git clone <https://github.com/AdamCraig/steam-info>- change into the new directory
npm installbower install- create a .env file in the root of the project directory, and supply a valid Steam API key and Backpack.TF API key in the following format (no spaces or quotes):
- apiKey=YOURAPIKEYGOESHERE
- bptfKey=YOURAPIKEYGOESHERE
ember server- Visit your app at http://localhost:4200.
Make use of the many generators for code, try ember help generate for more details
ember testember test --server
ember build(development)ember build --environment production(production)
The MIT License (MIT)
Copyright (c) 2016 - Adam Craig, Noah Kittleson, Ashley Maceli, Andrew Russo
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

