The back-end for my personal website.
NODE_ENV
: self-explanatoryAUTH_TOKEN
: a token in the formatAuthorization: Bearer 12345
GITHUB_ACCESS_TOKEN
: a GitHub tokenGITHUB_USERNAME
: a GitHub usernameGOOGLE_API_KEY
: a Google API keyJOBS_FREQUENCY_GITHUB
: the frequency at which to run the GitHub script that collects activities (cron format)HOST
: the hostMONGO_URL
: a MongoDB connection stringLOG_LEVEL
: see Winston for levelsJOBS_FREQUENCY_CACHE
: the frequency at which to run the script that caches GitHub activities (cron format)FLICKR_KEY
: a Flickr API keyFLICKR_SECRET
: a Flickr secretFLICKR_USER_ID
: a Flickr user id (might be able to use a username?)
npm install
npm start
TODO