Skip to content

Instantly share code, notes, and snippets.

View dani8art's full-sized avatar
👨‍💻
coding...

Daniel Arteaga dani8art

👨‍💻
coding...
View GitHub Profile

Keybase proof

I hereby claim:

  • I am dani8art on github.
  • I am darteagabarba (https://keybase.io/darteagabarba) on keybase.
  • I have a public key ASB2fvueJivzvuylGj4ournWGFUbC5mZI02i6Yu8O8rBbwo

To claim this, I am signing this object:

# CentOS-Base.repo
#
# The mirror system uses the connecting IP address of the client and the
# update status of each mirror to pick mirrors that are updated to and
# geographically close to the client. You should use this for CentOS updates
# unless you are manually picking other mirrors.
#
# If the mirrorlist= does not work for you, as a fall back you can try the
# remarked out baseurl= line instead.
#
@dani8art
dani8art / pets.yml
Last active October 20, 2017 19:53
---
apiVersion: v1
kind: Service
metadata:
name: mongodb
labels:
name: mongodb
spec:
ports:
- port: 27017
@dani8art
dani8art / config.js
Last active September 14, 2017 09:16
'use strict';
/**
* Module dependecies.
* */
var jsyaml = require('js-yaml');
var fs = require('fs');
var path = require('path');
'use strict';
var request = require("request"),
Promise = require('bluebird');
var token = process.env.GITHUB_TOKEN;
function gh(url, callback) {
//err response body