An open API service indexing awesome lists of open source software.

https://github.com/jessebot/gamer-resume

An easy to install resume for gamers to social with each other. Feel free to submit feature requests <3
https://github.com/jessebot/gamer-resume

Last synced: 2 months ago
JSON representation

An easy to install resume for gamers to social with each other. Feel free to submit feature requests <3

Awesome Lists containing this project

README

        

# gamer-resume
A resume for gamers to social with each other. This is based loosely off of
[tiny-personal-resume](https://github.com/jessebot/tiny_personal_website), but
that is more geared towards coding professionals, and is python based.
This is entirely for fun and primarily utilizes nodejs! :D
Working demo available at https://domo.games

# Setup

## Clone this repo

`git clone [email protected]:jessebot/gamer-resume.git`

## Install npm

### Redhat based distros (Redhat, CentOS, Fedora, etc)

`sudo yum install npm`

### Debian based distros (Ubuntu)

`sudo apt-get install npm`

## Install npm, from inside the git clone dir

`npm install`

## Create a json file
### Copy the existing sample to a new file named config.json, then user a
### text editor to change the values to your usernames
#### In particular, you'll need a steam API key to utilize this fully.

`cp config/sample-config.json config/config.json`

## To start

`npm start`

### Feel free to submit feature requests <3