All Projects → wwek → haoma

wwek / haoma

Licence: MIT License
手机固话电话号码标记批量查询📞📌

Programming Languages

go
31211 projects - #10 most used programming language
Vue
7211 projects

Projects that are alternatives of or similar to haoma

Moriarty Project
This tool gives information about the phone number that you entered.
Stars: ✭ 223 (+328.85%)
Mutual labels:  phone-number, phone
Vue Phone Number Input
A phone number input made with Vue JS (format & valid phone number)
Stars: ✭ 407 (+682.69%)
Mutual labels:  phone-number, phone
PhoneNumberKit
Android Kotlin library to parse and format international phone numbers. Country code picker.
Stars: ✭ 124 (+138.46%)
Mutual labels:  phone-number, phone
Phone
With a given country and phone number, validate and reformat the mobile phone number to the E.164 standard. The purpose of this is to allow us to send SMS to mobile phones only.
Stars: ✭ 531 (+921.15%)
Mutual labels:  phone-number, phone
Mini phone
A fast phone number lib for Ruby (binds to Google's C++ libphonenumber)
Stars: ✭ 131 (+151.92%)
Mutual labels:  phone-number, phone
Crboxinputview
Verify code input view. Support security type for password.短信验证码输入框,支持密文模式
Stars: ✭ 749 (+1340.38%)
Mutual labels:  phone-number, phone
Phoneinfoga
PhoneInfoga is one of the most advanced tools to scan international phone numbers using only free resources. It allows you to first gather standard information such as country, area, carrier and line type on any international phone number. Then search for footprints on search engines to try to find the VoIP provider or identify the owner.
Stars: ✭ 5,927 (+11298.08%)
Mutual labels:  phone-number, phone
Phonia
Phonia Toolkit is one of the most advanced toolkits to scan phone numbers using only free resources. The goal is to first gather standard information such as country, area, carrier and line type on any international phone numbers with a very good accuracy.
Stars: ✭ 221 (+325%)
Mutual labels:  phone-number, phone
getcontact
Find info about user by phone number using GetContact API
Stars: ✭ 228 (+338.46%)
Mutual labels:  phone-number, phone
react-headless-phone-input
Headless phone number input component for React. Because phone numbers are hard.
Stars: ✭ 25 (-51.92%)
Mutual labels:  phone-number
Facebook-account-kit-android
Android app uses FACEBOOK's ACCOUNT KIT to login without password with EMAIL or PHONE.
Stars: ✭ 30 (-42.31%)
Mutual labels:  phone
PokerTexter
SMS App for Poker Odds. Runs on Flask + Twilio + Heroku.
Stars: ✭ 17 (-67.31%)
Mutual labels:  phone
CircuitMess-Ringo
CircuitMess Ringo is an educational DIY mobile phone designed to bring electronics and programming to the crowd in a fun and interesting way.
Stars: ✭ 62 (+19.23%)
Mutual labels:  phone
woapp
web模拟安卓操作系统,php开发,内置文件管理,电话,短信,拍照,用在树莓派上可做智能家居,视频监控,机顶盒等……
Stars: ✭ 22 (-57.69%)
Mutual labels:  phone
Reborn
ReborN SMS BOMBER | SpeedX & 4NAT
Stars: ✭ 126 (+142.31%)
Mutual labels:  phone-number
CHRTextFieldFormatter
Provides UITextField formatting masks. Such as phone number and credit card number formatters.
Stars: ✭ 52 (+0%)
Mutual labels:  phone-number
Wristkey
A free and open-source offline authenticator app for Wear OS.
Stars: ✭ 65 (+25%)
Mutual labels:  phone
phone
Validate phone number format
Stars: ✭ 63 (+21.15%)
Mutual labels:  phone
SwiftyCodeView
Fully customizable UI Component for verification codes written in swift with RxSwift support!
Stars: ✭ 86 (+65.38%)
Mutual labels:  phone
cutie-shell
A mobile QtWayland compositor and shell and for smartphones and tablets.
Stars: ✭ 21 (-59.62%)
Mutual labels:  phone

Haoma Build Status

Haoma 是一个电话号码标记批量查询软件,用于批量查询电话号码被标记的信息

快速安装使用

  • Windows系统下载“haoma-v*-windows-amd64.tar.gz”
  • Linux系统下载“haoma-v*-linux-amd64.tar.gz”
  • OSX苹果系统下载“haoma-v*-darwin-amd64.tar.gz”
  • 下载
  • 下载后解压后运行软件
  • 浏览器打开 http://127.0.0.1:8888 即可使用

从源码安装

假设您本地已经具备nodejs、golang开发环境

# 获取源码
git clone https://github.com/wwek/haoma.git
cd haoma
# 编译前端
cd frontend
npm install
npm run build
cd ..
# 编译后端
go build
  • Windwos系统 运行项目根目录下的 haoma.exe
  • 类Unix系统 运行项目根目录下的 ./haoma
  • 浏览器打开 http://127.0.0.1:8888 即可使用

技术栈和实现原理

技术栈
  • 前端: Vue (axios、element-ui等)
  • 后端: Golang(Beego框架)

FAQ

  • 有建议和疑问?

    提issues。

  • 如何保存查询结果?

    您可以保存到excel中,在网页上选取要复制的内容,然后在excel中粘贴即可。

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].