Giter Site home page Giter Site logo

haoma's Introduction

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中粘贴即可。

haoma's People

Contributors

wwek avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.