GithubHelp home page GithubHelp logo

1127152834 / apitools Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sengeiou/apitools

0.0 0.0 0.0 7.17 MB

ApiTools是一个集成各种开放Api的web项目,为大家提供免费的、常用的Api功能

Home Page: https://api.devopsclub.cn

License: MIT License

Python 1.24% Go 81.49% CSS 3.48% Makefile 0.32% HTML 13.46%

apitools's Introduction

这是什么

ApiTools是一个集成各种开放Api的web项目,为大家提供免费的、常用的Api功能

问题反馈QQ:1152490990

开发

技术栈:

开发语言: go 1.13
web框架: gin 
nosql数据库: redis 5.x
关系型数据库: mysql 5.7+

部署

需要具备go语言环境

1.编译代码

$ git clone https://github.com/spdir/apiTools.git
$ go env -w GOPROXY=https://goproxy.io,direct
$ cd apiTools

> make编译
$ make clean       // 清理
$ make build       // 编译二进制 

> 手动编译(交叉编译)
$ GOOS=linux GOARCH=amd64 go build -o apiTools main.go

2.发布

将编译好的二进制文件和配置文件和基本数据打包

config/             // 配置文件目录需要打包 
data/               // 数据目录需要打包  
views/              // html文件
static/             // 静态文件   
apiTools            // 可执行程序文件

目前支持的Api接口可以直接访问官网查看


官网地址: https://api.devopsclub.cn

apitools's People

Contributors

musker91 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.