Skip to content

Example of using typescript & nodejs to read from a restful API and save a json file.

Notifications You must be signed in to change notification settings

rlloyd2001/get-json-example-ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prerequisites

  • Nodejs (tested with 11.1.0)
  • Npm (tested with 6.4.1)

Quick start

From the command line, run the following commands:

npm install
npm run start

To check for lint errors:

npm run lint

To run unit tests:

npm run test

About

Example of using typescript & nodejs to read from a restful API and save a json file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published