1.0.2 • Published 2 years ago

lifecharities-node v1.0.2

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

lifecharities-node

Simple package to access charities from Life Charities' GitHub repository using Node.

Install

npm install lifecharities-node

Usage

const lifecharities = require("lifecharities-node");

;(async () => {
  // returns object[] every charity
  const charityOne = await lifecharities();
  
  // returns object[] with matched charity
  const charityTwo = await lifecharities("homepage link", "https://www.example.com");
})();

License

lifecharities.js is licensed under the Apache License 2.0.

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago