Patch Notes is an app for PC gamers, who would like the latest game updates or patch notes for their favorite Steam games in one convenient place.
- AngularJS
- Firebase
- Node.js Proxy Server
- Express
- Sass
- Bootstrap
- Steam API
- Grunt
-
Using git, clone into your directory
[email protected]:An-AngryBear/Patch-Notes.git
-
Run
npm install
to install dependencies -
get an API key from Steam
-
create
/app/values
folder -
in this folder create files called
fb-creds.js
andsteam-creds.js
fb-creds.js
should contain:
```
patchNotesApp.constant('FBCreds', {
key: *****FIREBASE KEY HERE*****,
authDomain: *****FIREBASE AUTH DOMAIN HERE*****
});
```
steam-creds.js
should contain:
```
patchNotesApp.constant('SteamCreds', {
key: *****STEAM API KEY HERE*****
});
```
-
navigate to
/lib
and rungrunt
on the command line -
navigate to
/server
and runnode server.js
on the command line -
on the app's root directory run
http-server
and open localhost in your browser