export const callItem = async (name: string): Promise<string> => {
  const result = await fetch(
    `https://raw.githubusercontent.com/igara/qiita-export/master/data/igara/${name}/README.html`,
    {
      method: "GET",