From 70db2d52b16a318f2bbc8031461e581482f53b3c Mon Sep 17 00:00:00 2001 From: ci7lus <7887955+ci7lus@users.noreply.github.com> Date: Thu, 13 Aug 2020 17:07:53 +0900 Subject: [PATCH] :pencil: Add example usage of defineComponent --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 076956d..2c1b883 100644 --- a/README.md +++ b/README.md @@ -56,3 +56,11 @@ module.exports = defineComponent({ }, }) ``` + +#### Example Usage + +- [comic-meteor-feed.ts (http endpoint to delivery rss of comic-meteor)](https://gist.github.com/ci7lus/1345c318a4d98a6e9f6051d926930949) +- [comic-meteor.ts (Subscribe to comic-meteor-feed.ts)](https://gist.github.com/ci7lus/b16c41183892b815321a8c903b2350c4) +- [mangacross.ts (Get a new comic series update for mangacross)](https://gist.github.com/ci7lus/ffd9f586ddd231290c3d90c1598ee9b8) +- [nicomanga.ts (Get a new comic series update for niconico-manga)](https://gist.github.com/ci7lus/ad23531f902ac32a572c935a183fc063) +- [booth-search.ts (Get specified search criteria for booth.pm](https://gist.github.com/ci7lus/29efeac02148c2a68eaa4169cff5f924)