Skip to content

Instantly share code, notes, and snippets.

View boring-dragon's full-sized avatar
🏠
Working from home

Boring Dragon boring-dragon

🏠
Working from home
View GitHub Profile
@boring-dragon
boring-dragon / useAPI.ts
Created June 9, 2023 19:15 — forked from Adamwaheed/useAPI.ts
Dependancy and useAPI
import { build } from "nuxt";
import { Data } from "~/types/generated";
export const useAPI = (
url: string,
items: any,
meta: any,
item: any,
status: any,
errors: {}
@boring-dragon
boring-dragon / gist:d80ffcb2921f05d4d99da04d25da6854
Created December 13, 2019 03:47 — forked from rxaviers/gist:7360908
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: πŸ˜„ :smile: πŸ˜† :laughing:
😊 :blush: πŸ˜ƒ :smiley: ☺️ :relaxed:
😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:
😚 :kissing_closed_eyes: 😳 :flushed: 😌 :relieved:
πŸ˜† :satisfied: 😁 :grin: πŸ˜‰ :wink:
😜 :stuck_out_tongue_winking_eye: 😝 :stuck_out_tongue_closed_eyes: πŸ˜€ :grinning:
πŸ˜— :kissing: πŸ˜™ :kissing_smiling_eyes: πŸ˜› :stuck_out_tongue:
@boring-dragon
boring-dragon / 0_reuse_code.js
Created August 29, 2017 22:35
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console