Skip to content

A mobile app for anti fraud. User can input suspicious Line IDs, information, website urls to know whether is fraudulent or not.

Notifications You must be signed in to change notification settings

Risetto-Kao/anti_fraud_165

Repository files navigation

反詐不煩炸

簡介

反詐騙 App

使用者可輸入可疑的 Line ID、傳言、網站,透過165反詐騙諮詢專線提供的 API 搜尋是否被認定為詐騙資訊,不需特別去找警政署的網站,翻了好幾頁找很久才知道自己碰到的資訊是不是詐騙

APIs

來自政府資料開放平臺

開發過程

Development

  • 如果使用 vscode 開發,可使用 Better Comment 這個 extension,附上我的 vscode settings (vscode_settings.json)
  • 必須新增 .env
    FRAUD_LINE_IDS_URL="https://od.moi.gov.tw/api/v1/rest/datastore/A01010000C-001277-053"
    FRAUD_WEBSITES_URL="https://od.moi.gov.tw/api/v1/rest/datastore/A01010000C-002150-005"
    FRAUD_INFORMATION_URL="https://od.moi.gov.tw/api/v1/rest/datastore/A01010000C-000962-156"
    NPA_165_URL="https://165.npa.gov.tw/#/report/statement"
    
  • Config -> DevMode
    • Debug
    • Release
    • SimulateNetworkDisconneted (若使用 iOS simulator 但不想關 mac 網路時可用)
  • Architecture (實際只有用到 CRUD 裡面的 R )
    • image

Use case

  • 使用者可以檢視、搜尋被認定為詐騙的 Line ID
    • image
  • 使用者可以檢視、搜尋被認定為詐騙的網站
    • image
  • 使用者可以檢視反詐騙資訊標題,點擊可以進階顯示內容(如下圖)
    • image
  • 內有連結可以讓使用者快速連到165官網的「我要檢舉、我要通報」頁面

Resources

About

A mobile app for anti fraud. User can input suspicious Line IDs, information, website urls to know whether is fraudulent or not.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published