A little ionic project to build out a mobile app for GoG utilizing the open api. It consists solely of game browsing, as user authentication is another matter entirely and definitely not a responsibility I am willing to undertake without direct permission.
Unfortunately, this will not work on an actual device unless GoG decides to whitelist it. As I am just some random guy, it seems pretty unlikely.
- NodeJs
- Ionic 3
npm i -g ionic@latest
- Clone Repository
- Install dependencies
npm i
- Run Ionic
ionic serve
Note: To get the full effect, open dev tools in browser and use whatever 'responsive design mode' the browser supports. Or just resize the browser.