API Url
Fetch posts data from jsonplaceholder API in 2 lines of code
Intallation
npm i fetch-api-jsonplaceholder
Package use:
Fetch posts from the jsonplaceholder API in just two lines of code
const server= require('fetch-api-jsonplaceholder')
server
Server sould start running on PORT 3500
Open your browser and start using the package features