Skip to content

Instantly share code, notes, and snippets.

View t-mario-y's full-sized avatar

t-mario-y t-mario-y

View GitHub Profile
@t-mario-y
t-mario-y / main.ts
Last active March 22, 2023 14:01
zipCodeToAddress
import { parse } from "https://deno.land/std/flags/mod.ts";
// API specification: http://zipcloud.ibsnet.co.jp/doc/api
// deno run --allow-net main.ts 264-0032
interface ZipcloudResponseBodyResult {
address1: string;
address2: string;
address3: string;
kana1: string;
@t-mario-y
t-mario-y / detect-amazon-sponsored-link.js
Last active July 30, 2019 08:15
Amazon検索のsponsored linkを簡単に識別する