Skip to content

ClintTheEngineer/json-api-to-array

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

json-api-to-array

Instantly save JSON data from an API into an array.

Install with npm:

$ npm i json-api-to-array

Usage

Enter the URL that contains the JSON data you need to use.

const url = require('json-api-to-array');

console.log(array('https://jsonplaceholder.typicode.com/todos')); //[entire JSON data stored in arr variable]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published