JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1043
  • Score
    100M100P100Q106900F
  • License MIT

node.js resource

Package Exports

  • resource

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (resource) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

resource

what is a resource?

  • is a JavaScript object
  • a resource can have methods
  • a resource can have properties
  • a resource can have npm dependencies
  • a resource is part of the Resource-View-Presenter development pattern

why are resources useful?

  • resources easily extend functionality through intelligent dependency injection
  • resources unify validation and invocation code across all business-logic
  • the curated resources will solve most of your problems
  • using resources in an existing application is easy

resource library features

  • a very friendly API
  • dependency injection
  • intelligent method deferment until each resource's dependencies are satisfied

resources library

The resources library provides a robust set of pre-defined resources. These are useful for tackling many of the issues involved with solving the domain problem of building applications for the web.

  • persistence for resource database persistence
  • config for resource configuration
  • creature a simple example resource
  • bitcoin for interacting with Bitcoin
  • admin web admin for managing resources
  • many many more !

Installation

npm install resource

Tests

tap test