Skip to content

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

License

Notifications You must be signed in to change notification settings

Mooninghnk/REQW

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published