Skip to content

Instantly share code, notes, and snippets.

View calpa's full-sized avatar
💭
Nyahello

Calpa Liu calpa

💭
Nyahello
View GitHub Profile
{
"files": [
{
"dataset-name-en": "Current weather report",
"provider-id": "hk-hko",
"format": "rss",
"data_dictionary": "",
"dataset-id": "hk-hko-rss-current-weather-report",
"resource-name-tc": "本港地區天氣報告(簡體中文)",
"dataset-name-sc": "本港地区天气报告",

Keybase proof

I hereby claim:

  • I am calpa on github.
  • I am calpa (https://keybase.io/calpa) on keybase.
  • I have a public key ASDVNOag54DOnDa2zUhUWASmaRQs7LdJTrDPHasQzvv9ego

To claim this, I am signing this object:

@calpa
calpa / 📊 Weekly development breakdown
Last active December 21, 2022 04:44
📊 Weekly development breakdown
Still Gathering Statistics...
@calpa
calpa / check.js
Last active June 3, 2023 05:56
Check Self Yuliverse Claim Transaction
import { axios } from "@pipedream/platform";
import moment from 'moment';
export default defineComponent({
props: {
address: {
type: "string",
label: "Address",
default: "",
},
@calpa
calpa / upload-v2.vue
Last active October 8, 2023 10:20
IPFS Uploader
<template>
<div class="mb-4">
<el-input v-model="token" placeholder="API Token" type="password" />
<p class="text-sm">
If you don't have an API Token, you can get it from
<a
href="https://web3.storage/tokens/"
class="text-blue-400"
target="_blank"