2
3

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.

短縮URLサービスをつくった

Posted at

はじめに

自身の趣味として短縮URLサービス wq8pw を作成しました。
これの使い方と技術的な色々について書きます。

Q. なんで記事書いたの?
A. サービス開始してから2か月以上経つけど誰も使ってくれないから

使い方

URL を入力して送信するだけ。
※警告ページを表示したい場合は、チェックボックスを有効にしてください。

注意点

何らかの理由でサービスが継続できなくなった場合、リンク先との対応表を公開する予定です。
そのため、機密情報が含まれる URL は入力しないようお願いします。

技術的な話

Python3 + Flask + MongoDB で構成されています。
ソースは https://github.com/rearn/wq8pw にあります。

2
3
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
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?