File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: Deploy to GitHub Pages
22
33on :
44 push :
5- branches : [ master ]
5+ branches : [ master, demo ]
66 pull_request :
7- branches : [ master ]
7+ branches : [ master, demo ]
88
99jobs :
1010 build-and-deploy :
2828
2929 - name : Deploy to GitHub Pages
3030 uses : peaceiris/actions-gh-pages@v3
31- if : github.ref == 'refs/heads/master '
31+ if : github.ref == 'refs/heads/demo '
3232 with :
3333 github_token : ${{ secrets.GITHUB_TOKEN }}
3434 publish_dir : ./dist/video-games-db
Original file line number Diff line number Diff line change 22
33An Angular application for browsing video games using the RAWG Video Games Database API.
44
5+ 🚀 ** [ LIVE DEMO] ( https://2toml.github.io/ng-video-game-db/ ) ** - Working demo with real API integration!
6+
57This project was generated with [ Angular CLI] ( https://github.com/angular/angular-cli ) version 16.2.2.
68
79## Setup
Original file line number Diff line number Diff line change 11export const environment = {
22 production : true ,
33 BASE_URL : 'https://rawg-video-games-database.p.rapidapi.com' ,
4- RAPIDAPI_KEY : 'YOUR_API_KEY_HERE ' ,
4+ RAPIDAPI_KEY : 'edbb1b1bb3mshd01e55b2b432362p170af0jsnb241407192a4 ' ,
55 RAPIDAPI_HOST : 'rawg-video-games-database.p.rapidapi.com' ,
6- RAWG_API_KEY : 'YOUR_RAWG_API_KEY_HERE '
6+ RAWG_API_KEY : 'e40e743af2c94b0c916a8aa618fb4473 '
77 } ;
Original file line number Diff line number Diff line change 11export const environment = {
22 production : false ,
33 BASE_URL : 'https://rawg-video-games-database.p.rapidapi.com' ,
4- RAPIDAPI_KEY : 'YOUR_RAPIDAPI_KEY_HERE ' ,
4+ RAPIDAPI_KEY : 'edbb1b1bb3mshd01e55b2b432362p170af0jsnb241407192a4 ' ,
55 RAPIDAPI_HOST : 'rawg-video-games-database.p.rapidapi.com' ,
6- RAWG_API_KEY : 'YOUR_RAWG_API_KEY_HERE '
6+ RAWG_API_KEY : 'e40e743af2c94b0c916a8aa618fb4473 '
77 } ;
88
You can’t perform that action at this time.
0 commit comments