Skip to content

Commit

Permalink
Worksに「#あの日のツイートを表示するやつ」を追加 (#331)
Browse files Browse the repository at this point in the history
* 「#あの日のツイートを表示するやつ」を追加

* Update works.js
  • Loading branch information
munierujp authored Apr 6, 2023
1 parent 5abac1d commit 285ba07
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions modules/works.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,13 @@ export default [
date: '2023-03-05',
url: 'https://chatgpt.munieru.app/',
github: 'https://github.com/munierujp/chatgpt-web-app'
},
{
key: 'anohi-no-tweet',
title: '#あの日のツイートを表示するやつ',
description: '指定した日付のツイートの検索結果、Twilog、ツイセーブなどを開きます。',
date: '2023-04-06',
url: 'http://anohi-no-tweet.munieru.app/',
github: 'https://github.com/munierujp/anohi-no-tweet'
}
]

0 comments on commit 285ba07

Please sign in to comment.