1.0.1 • Published 27 days ago

api-tools-express v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
27 days ago

API Tools Express

Fire equipment server uses Express JS

Installation

npm install api-tools-express

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=<QUERY>&from=<FROMLANG>&to=<TOLANG>
http://localhost:5000/wiki/<QUERY>/<LANG>
http://localhost:5000/ip
http://localhost:5000/search?keyword=<QUERY>

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