Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/equilapi/json-placeholder-api-nodejs

Data Simulation REST API, where you will find two options that are employees and products. Here you can add, edit, delete and get details via SKU or ID. This data allows you to view it in the applications or website that you are developing.
https://github.com/equilapi/json-placeholder-api-nodejs

api-server apirestfull apps backend chile expressjs heroku herokuapp javascript json json-placeholder mongodb node-js nodejs nodejs-server programming quedateencasa rest-api routes-api web

Last synced: about 15 hours ago
JSON representation

Data Simulation REST API, where you will find two options that are employees and products. Here you can add, edit, delete and get details via SKU or ID. This data allows you to view it in the applications or website that you are developing.

Awesome Lists containing this project

README

        

# json-placeholder-api
Data Simulation REST API, where you will find two options that are employees and products. Here you can add, edit, delete and get details via SKU or ID. This data allows you to view it in the applications or website that you are developing.

# ¿How to apply it?
When you go to implement this API in your project you can connect for example with axios, fetch, ajax among others.

# Connection using Axios
After installing axios dependency in your project you have to do this:

To get all the data:

axios
.get('https://json-placeholder-api.herokuapp.com/api/v1/employees').then(response => (response.data))