/REQW

make http request's in your terminal :) yes i know about curl ....

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Instructions 💤💤

git clone https://github.com/Mooninghnk/REQW

npm install

dependencies: [axios]

Run it ⚙️⚙️⚙️⚙️

POST

make sure to format your post body like so : '{"key": "value"}' or '{"key": 1}'

node req.js POST http://localhost:3000/myapi '{"key": "value"}'

GET

get request is simple:

node req.js GET https://somelink/someApi