I hereby claim:
- I am cmmartin on github.
- I am charliemartin (https://keybase.io/charliemartin) on keybase.
- I have a public key ASB0YIxZ0_Ci3kADAbuH-eofDcgSPM6jdGxDgXnMscHTywo
To claim this, I am signing this object:
/* @flow */ | |
import redis from 'redis' | |
import bluebird from 'bluebird' | |
bluebird.promisifyAll(redis.RedisClient.prototype) | |
bluebird.promisifyAll(redis.Multi.prototype) | |
const client = redis.createClient(process.env.REDIS_URL) |
I hereby claim:
To claim this, I am signing this object:
/** | |
* Usage: | |
* | |
* function Movie({ title = 'Inception' }) { | |
* const [data, loading, error] = useGraphQL('https://api.graph.cool/simple/v1/movies', ` | |
* query getMovie($title: String!) { | |
* Movie(title: $title) { | |
* releaseDate | |
* actors { | |
* name |
netstat -tulpen | grep 443 |