lycp152 / CodeGems

https://code-gems.vercel.app
1 stars 0 forks source link

GitHubのログイン機能 #5

Open lycp152 opened 1 year ago

lycp152 commented 1 year ago

As Is

ログイン機能がない

To Be

GitHubでログインし、草や最も使われた言語を取得

アクション

フロントエンドのみで解決可能? 1.シングルサインオン、Firebase Authenticationを使用 https://firebase.google.com/docs/auth/web/github-auth?hl=ja

またはGithubの草のデータを取得 →svgでスクレイピングがいいかも https://zenn.dev/kn1cht/articles/githule-tweet-contribution https://zenn.dev/yuichkun/articles/b207651f5654b0

2.難しかったら、パーソナルアクセストークンを出してもらって、入力してもらうとかでも repoにチェック rest api --header "Authorization: Bearer YOUR-TOKEN" https://docs.github.com/ja/rest/overview/authenticating-to-the-rest-api?apiVersion=2022-11-28 ※most used languagesはAPI だとプレイ前の読み込みに時間かかるからユーザー体験悪く非現実的かも

課題

仕様の不確定要素を確定要素に変える必要あり