1.0.3 • Published 3 years ago

json-content v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Json Content Resolver

Problem Statement

Write a JavaScript package that is able to:

  • fetch an array of URLs which contain JSON data
  • return their contents in a promise

What you get

  • TypeScript 4.2.4
  • Jest for testing with 100% code coverage
  • Rules for formatting and linting using prettier and tslint

Getting started

Installing with git

git clone https://github.com/mukeshrawat02/json-content.git my-project

npm scripts

  • npm run build - Build the typescript code and add compiled code and type definitions in lib folder
  • npm test - Run the tests
  • npm run lint - For code linting. Rules defined in tslint.json file
  • npm run format - For code formatting using prettier. Configuration defined in .prettierrc file
  • npm publish - For publishing the package to npm
1.0.2

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago