An open API service indexing awesome lists of open source software.

https://github.com/fitri-hy/api-tools-express

Fire equipment server uses Express JS
https://github.com/fitri-hy/api-tools-express

api endpoint express google ip search tools translate-api

Last synced: 7 months ago
JSON representation

Fire equipment server uses Express JS

Awesome Lists containing this project

README

          

# API Tools Express

Fire equipment server uses Express JS

## Installation
```sh
https://github.com/fitri-hy/api-tools-express.git
npm install
```

## Create & Setup (.env)
```
# port
PORT='5000'

# rate 15 minute
LIMIT_RATE='15 * 60 * 1000'

# limit request
LIMIT_MAX='100'

# message over limit
LIMIT_MESSAGE='Too many requests from this IP, please try again later.'
```

## Create & Setup (index.js)
```
require('api-tools-express');
```

## Run Project
```
node index.js
```

## Api Endpoint
```
http://localhost:5000/translate?text=&from=&to=
http://localhost:5000/wiki//
http://localhost:5000/ip
http://localhost:5000/search?keyword=
```

## Usage Example
```
http://localhost:5000/translate?text=cat&from=en&to=id
http://localhost:5000/wiki/jakarta/id
http://localhost:5000/ip
http://localhost:5000/search?keyword=cat
```

## Support Language
Go to Language Code

Official Site: VISIT