Skip to content

Instantly share code, notes, and snippets.

View pierreburgy's full-sized avatar
🚀

Pierre Burgy pierreburgy

🚀
View GitHub Profile
/**
* Implement Gatsby's Node APIs in this file.
*
* See: https://www.gatsbyjs.org/docs/node-apis/
*/
// You can delete this file if you're not using it
const path = require(`path`);
const makeRequest = (graphql, request) => new Promise((resolve, reject) => {
#/usr/bin/env
#
## Variables
#
GREEN="\033[0;32m"
YELLOW="\033[0;33m"
RED="\033[0;31m"
NEUTRAL="\033[0m"