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
- Host: GitHub
- URL: https://github.com/fitri-hy/api-tools-express
- Owner: fitri-hy
- License: mit
- Created: 2024-04-04T09:02:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-04T09:54:46.000Z (over 1 year ago)
- Last Synced: 2025-02-20T15:04:08.306Z (8 months ago)
- Topics: api, endpoint, express, google, ip, search, tools, translate-api
- Language: HTML
- Homepage: https://www.npmjs.com/package/api-tools-express
- Size: 123 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 CodeOfficial Site: VISIT