saliou-api
v1.0.0
Published
A Package that will let you retrieve data from the jsonplaceholder API
Readme
API Url
Fetch posts data from jsonplaceholder API in 2 lines of code
Intallation
npm i fetch-api-jsonplaceholderPackage use:
Fetch posts from the jsonplaceholder API in just two lines of code
const server= require('fetch-api-jsonplaceholder')
serverServer sould start running on PORT 3500

Open your browser and start using the package features
