{"id":20118306,"url":"https://github.com/hckhanh/games-searcher","last_synced_at":"2025-05-06T14:31:28.300Z","repository":{"id":18019664,"uuid":"81708183","full_name":"hckhanh/games-searcher","owner":"hckhanh","description":"A search tool for gamers who love best prices","archived":false,"fork":false,"pushed_at":"2022-12-10T20:28:16.000Z","size":4215,"stargazers_count":7,"open_issues_count":71,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-14T17:46:14.961Z","etag":null,"topics":["best","demo","example","games","node","nodejs","price-comparison","price-tracker","pricelist","prices","react","reactjs","redux","search","searcher","steam","steam-api","tool"],"latest_commit_sha":null,"homepage":"https://games-searcher.herokuapp.com/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hckhanh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-02-12T06:42:05.000Z","updated_at":"2023-09-19T15:04:16.000Z","dependencies_parsed_at":"2023-01-11T19:45:28.332Z","dependency_job_id":null,"html_url":"https://github.com/hckhanh/games-searcher","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hckhanh%2Fgames-searcher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hckhanh%2Fgames-searcher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hckhanh%2Fgames-searcher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hckhanh%2Fgames-searcher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hckhanh","download_url":"https://codeload.github.com/hckhanh/games-searcher/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224509441,"owners_count":17323077,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["best","demo","example","games","node","nodejs","price-comparison","price-tracker","pricelist","prices","react","reactjs","redux","search","searcher","steam","steam-api","tool"],"created_at":"2024-11-13T19:10:05.761Z","updated_at":"2024-11-13T19:10:06.282Z","avatar_url":"https://github.com/hckhanh.png","language":"JavaScript","funding_links":["https://www.paypal.me/hckhanh/5"],"categories":[],"sub_categories":[],"readme":"# Project Title\n\n[![Build Status](https://travis-ci.org/hckhanh/games-searcher.svg?branch=master)](https://travis-ci.org/hckhanh/games-searcher)\n[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.me/hckhanh/5)\n\nA search tool for gamers who love best prices\n\n## Getting Started\n\nThese instructions will get you a copy of the project up and running on your local machine for development and testing purposes.\nSee deployment for notes on how to deploy the project on a live system.\n\n### Prerequisites\n\n* [Node.js](https://nodejs.org/en/) 7.7.1 or above\n* [isthereanydeal.com](https://isthereanydeal.com/) api\n* [openexchangerates.org](https://openexchangerates.org/) api\n\n### Installing\n\n1. Clone the project\n1. You will need to setup **environment variables**. Some API keys are **confidential**, you need to get them by yourself\n\n|     Variable    | Description                                                                    |\n|:---------------:|--------------------------------------------------------------------------------|\n|   ITAD_API_KEY  | [isthereanydeal.com](https://isthereanydeal.com/)                              |\n| FACEBOOK_APP_ID | Additional, I use Facebook service to use some plugins to share and track data |\n|    OER_APP_ID   | [openexchangerates.org](https://openexchangerates.org/)                        |\n|     APP_URL     | http://localhost:3000                                                          |\n|    APP_TITLE    | Games Searcher                                                                 |\n| APP_DESCRIPTION | A search tool for gamers who love best prices                                  |\n|    APP_IMAGE    | http://localhost:3000/cover.png                                         |\n\n### Run the project in development mode\n\n```bash\nnpm i\nnpm run dev\n```\n\n## Running the tests\n\n```bash\nnpm test\n```\n\n\u003e For now, I just cover the testing for API of the application on the server side\n\n## Build\n\nSimply run\n\n```bash\nnpm run build\n```\n\nBut you will need to setup these environment variables for production:\n\n|      Variable     | Description                                       |\n|:-----------------:|---------------------------------------------------|\n|     APP_TITLE     | Games Searcher                                    |\n\n## Deployment\n\nCurrently, I am using Heroku to deploy the production app. You need to change these environment variables in production stage\n\n|     Variable    | Description                                                    |\n|:---------------:|----------------------------------------------------------------|\n|   ITAD_API_KEY  | [isthereanydeal.com](https://isthereanydeal.com/)              |\n|    OER_APP_ID   | [openexchangerates.org](https://openexchangerates.org/)        |\n| FACEBOOK_APP_ID | Use the production app id of Facebook API                      |\n|    APP_TITLE    | Games Searcher                                                 |\n|     APP_URL     | The root url of the application                                |\n| APP_DESCRIPTION | A search tool for gamers who love best prices                  |\n|    APP_IMAGE    | The url of the cover image when user share the app to Facebook |\n\nI am using [Rollbar](https://rollbar.com/) service to track error from both front-end and backend sides.\nSo there are additional apis need to be set:\n\n|       Variable       | Description                                      |\n|:--------------------:|--------------------------------------------------|\n| ROLLBAR_CLIENT_TOKEN | Your server-side access token                    |\n| ROLLBAR_SERVER_TOKEN | Your client-side access token for games-searcher |\n\n## Built With\n\n* [Webpack 2](https://webpack.js.org/) - The assets bundle tool\n\n## Versioning\n\nI use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/hckhanh/games-searcher/tags).\n\n## Author\n\n* **Khanh Hoang** - *Initial work* - [hckhanh](https://github.com/hckhanh)\n\n## Sponsor\n\n![alt text](https://camo.githubusercontent.com/42519bdd81645a575919672d19c6291696219fbf/68747470733a2f2f692e696d6775722e636f6d2f6a61674e33384a2e706e67)\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhckhanh%2Fgames-searcher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhckhanh%2Fgames-searcher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhckhanh%2Fgames-searcher/lists"}