1.0.0 • Published 2 years ago

saliou-api v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

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

npm.io



Open your browser and start using the package features

localhost:3500 to view Server Home Page

localhost:3500/posts to views Posts

Deploy on Glitch using the below image link: