2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Sinatra + Heroku で Qiita 戦闘力を測る Web アプリケーションを作成してみる

Posted at

:tophat: 概要

Sinatra + Heroku で Qiita 戦闘力を測る Web アプリケーションを作成してみます

:scroll: 仕様

UseCase

  • ユーザー名を入力し、「Analyze」を押すと Qiita 戦闘力、レーダーチャート、ツイートボタンが表示される
  • QiitaScouter は処理が遅いので、「Analyze」を押してから結果が表示されるまで Loading アイコンを表示する

:trophy: heroku への公開

$ heroku create qiita-scouter-app
$ git push heroku master
$ heroku ps:scale web=1
# 動作確認
$ heroku open

:trophy: 完成

初期表示

qiita-scouter-app0.png

読み込み中

qiita-scouter-app1.png

結果表示

qiita-scouter-app2.png
qiita-scouter-app3.png

ツイートボタン押下

qiita-scouter-app4.png

:pencil: 補足

  • Google Web Font を利用
  • Font Awesome を利用
    • 目のアイコン
    • loading
  • ズルイグレーを利用
  • ズルイ角丸を利用
    • input text
    • input button
  • Chart.js を利用

:books: 外部資料

2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?