Skip to content

Instantly share code, notes, and snippets.

View adamcbowman's full-sized avatar
💭
status updated via GraphQL mutation

Adam Bowman adamcbowman

💭
status updated via GraphQL mutation
View GitHub Profile
@adamcbowman
adamcbowman / index.js
Last active June 3, 2022 11:33
Shopify Update Notes Script
const express = require('express');
const bodyParser = require('body-parser');
const request = require('request');
const app = express();
const port = process.env.PORT || 8081;
app.use(bodyParser.json());
app.use(
bodyParser.urlencoded({
{
"meta": {
"theme": "elegant"
},
"basics": {
"name": "Adam Bowman",
"label": "DevOps Engineer, Developer, IT Consultant.",
"image": "https://scrimba-react-business-card-git-master-adamcbowman.vercel.app/static/media/IMG_0406.72f8e292ec7cfb6da86e.jpg",
"summary": "Self motivated and entusiastic learner always up for a challenge. ",
"website": "http://adambowman.tech",